X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FFCPPluginMessage.java;h=99cb0d0dd562cfcd809695b2d2b7c173b96d3c48;hp=c16741191c727afba18db33fb535cd4a37113270;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/FCPPluginMessage.java b/src/main/java/net/pterodactylus/fcp/FCPPluginMessage.java index c167411..99cb0d0 100644 --- a/src/main/java/net/pterodactylus/fcp/FCPPluginMessage.java +++ b/src/main/java/net/pterodactylus/fcp/FCPPluginMessage.java @@ -38,9 +38,9 @@ public class FCPPluginMessage extends FcpMessage { } /** - * Sets the identifier of the request. Though this is still optional you are - * encouraged to include it because the plugin might reply in random order - * to requests. + * Sets the identifier of the request. Though this is still optional you + * are encouraged to include it because the plugin might reply in random + * order to requests. * * @param identifier * The identifier of the request @@ -63,8 +63,8 @@ public class FCPPluginMessage extends FcpMessage { /** * Sets the length of data of the optional payload. If you call this method - * you also have to call {@link #setPayloadInputStream(java.io.InputStream)} - * ! + * you also have to call + * {@link #setPayloadInputStream(java.io.InputStream)} ! * * @param dataLength * The length of data in the payload input stream