Annotation style

This commit is contained in:
TheMode 2021-08-18 00:43:09 +02:00
parent dbf5ff6cd4
commit f26e6ef91f

View File

@ -24,6 +24,5 @@ public interface PlayerProvider {
* @param connection the player connection
* @return a newly create {@link Player} object
*/
@NotNull
Player createPlayer(@NotNull UUID uuid, @NotNull String username, @NotNull PlayerConnection connection);
@NotNull Player createPlayer(@NotNull UUID uuid, @NotNull String username, @NotNull PlayerConnection connection);
}