doc: fixed typo in javadoc of buildCharacterRequest

This commit is contained in:
Yannik Bretschneider 2021-06-03 21:40:36 +02:00
parent 57c27de006
commit e0258b5dc8

View File

@ -87,7 +87,7 @@ public class RequestBuilder {
} }
/** /**
* Builds an {@link CharacterRequest} from the values given to the builder. * Builds a {@link CharacterRequest} from the values given to the builder.
* <ul> * <ul>
* <li>type is the {@link RequestType} of the EntityEvent</li> * <li>type is the {@link RequestType} of the EntityEvent</li>
* <li>targetEntity is the target {@link Entity}</li> * <li>targetEntity is the target {@link Entity}</li>