Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / Verbosity.java
index 393e7f5..62a2da8 100644 (file)
@@ -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,9 +24,8 @@ 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>
- * @version $Id$
  */
 public class Verbosity {
 
@@ -48,7 +46,7 @@ public class Verbosity {
 
        /**
         * Creates a new verbosity with the given level.
-        * 
+        *
         * @param level
         *            The verbosity level
         */
@@ -59,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.
@@ -70,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 <code>true</code> if and only if all set bits in the given
@@ -90,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