Update copyright headers.
[Sone.git] / src / main / java / net / pterodactylus / sone / core / Options.java
index 0ea895a..d226f5c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sone - Options.java - Copyright © 2010–2012 David Roden
+ * Sone - Options.java - Copyright © 2010–2013 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
@@ -69,8 +69,8 @@ public class Options {
                 * @param value
                 *            The value to validate
                 * @return {@code true} if this option does not have a {@link Validator}
-                *         , or the {@link Validator} validates this object, {@code
-                *         false} otherwise
+                *         , or the {@link Validator} validates this object,
+                *         {@code false} otherwise
                 */
                public boolean validate(T value);