X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FVerbosity.java;h=62a2da85647ded9431b790cad7e880821033dc27;hb=82f9e000ee9103bd912275b012ac7002764aaead;hp=56c7f6b446b121fa8df1b57fcc49f0525fc3dc38;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/Verbosity.java b/src/net/pterodactylus/fcp/Verbosity.java index 56c7f6b..62a2da8 100644 --- a/src/net/pterodactylus/fcp/Verbosity.java +++ b/src/net/pterodactylus/fcp/Verbosity.java @@ -1,6 +1,5 @@ /* - * jSite2 - Verbosity.java - - * Copyright © 2008 David Roden + * jFCPlib - Verbosity.java - Copyright © 2008 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -25,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 { @@ -47,7 +46,7 @@ public class Verbosity { /** * Creates a new verbosity with the given level. - * + * * @param level * The verbosity level */ @@ -58,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. @@ -69,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 @@ -89,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