Formatting fixes.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 17 Jan 2013 12:00:02 +0000 (13:00 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Thu, 17 Jan 2013 12:00:02 +0000 (13:00 +0100)
src/main/java/net/pterodactylus/sone/core/Options.java
src/main/java/net/pterodactylus/sone/core/WebOfTrustUpdater.java

index 0ea895a..7dea2c7 100644 (file)
@@ -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);
 
index 2328c74..d6ffa20 100644 (file)
@@ -294,7 +294,6 @@ public class WebOfTrustUpdater extends AbstractService {
                 *
                 * @return {@code true} if this job finished successfully, {@code false}
                 *         otherwise
-                *
                 * @see WebOfTrustUpdater#stop()
                 */
                @SuppressWarnings("synthetic-access")