Reformat source code, new line length for comments (79), some trailing whitespace...
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / SendBookmarkFeed.java
index 522e830..69191fc 100644 (file)
@@ -39,8 +39,8 @@ public class SendBookmarkFeed extends AbstractSendFeedMessage {
         * @param description
         *            The description of the bookmark (may be {@code null})
         * @param hasActiveLink
-        *            {@code true} if the bookmark has an activelink image, {@code
-        *            false} otherwise
+        *            {@code true} if the bookmark has an activelink image,
+        *            {@code false} otherwise
         */
        public SendBookmarkFeed(String identifier, String nodeIdentifier, String name, String uri, String description, boolean hasActiveLink) {
                super("SendBookmarkFeed", identifier, nodeIdentifier);