X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FVerbosity.java;h=62a2da85647ded9431b790cad7e880821033dc27;hp=9e584618c83f087ec7968fd2463fe020a448c61d;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/Verbosity.java b/src/net/pterodactylus/fcp/Verbosity.java index 9e58461..62a2da8 100644 --- a/src/net/pterodactylus/fcp/Verbosity.java +++ b/src/net/pterodactylus/fcp/Verbosity.java @@ -24,7 +24,7 @@ package net.pterodactylus.fcp; * 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)}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Verbosity { @@ -46,7 +46,7 @@ public class Verbosity { /** * Creates a new verbosity with the given level. - * + * * @param level * The verbosity level */ @@ -57,7 +57,7 @@ public class Verbosity { /** * Adds the given verbosity to this verbosity and returns a verbosity with * the new value. The value of this verbosity is not changed. - * + * * @param verbosity * The verbosity to add to this verbosity * @return The verbosity with the new level. @@ -68,7 +68,7 @@ public class Verbosity { /** * Checks whether this Verbosity contains all bits of the given Verbosity. - * + * * @param verbosity * The verbosity to check for in this Verbosity * @return true if and only if all set bits in the given @@ -88,7 +88,7 @@ public class Verbosity { /** * Parses the given string and creates a Verbosity with the given level. - * + * * @param s * The string to parse * @return The parsed verbosity, or {@link #NONE} if the string could not be