X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FVerbosity.java;h=0dac50c8759861e69e558e52b003a0c6b1faf867;hp=62a2da85647ded9431b790cad7e880821033dc27;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/Verbosity.java b/src/main/java/net/pterodactylus/fcp/Verbosity.java index 62a2da8..0dac50c 100644 --- a/src/main/java/net/pterodactylus/fcp/Verbosity.java +++ b/src/main/java/net/pterodactylus/fcp/Verbosity.java @@ -20,8 +20,8 @@ package net.pterodactylus.fcp; /** * Convenicence class for verbosity handling. This might come in handy with the - * {@link ClientPut} and {@link ClientGet} requests. The verbosity is a bit-mask - * that can be composed of several bits. {@link #PROGRESS} and + * {@link ClientPut} and {@link ClientGet} requests. The verbosity is a + * bit-mask that can be composed of several bits. {@link #PROGRESS} and * {@link #COMPRESSION} are single bits in that mask and can be combined into a * new verbosity using {@link #add(Verbosity)}. * @@ -91,8 +91,8 @@ public class Verbosity { * * @param s * The string to parse - * @return The parsed verbosity, or {@link #NONE} if the string could not be - * parsed + * @return The parsed verbosity, or {@link #NONE} if the string could not + * be parsed */ public static Verbosity valueOf(String s) { try {