X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FSendBookmarkFeed.java;h=69191fcd1959c357cfc149d3c429f580dc9bdee7;hp=522e83040e8890c37f88d019d692054edd14f745;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/SendBookmarkFeed.java b/src/main/java/net/pterodactylus/fcp/SendBookmarkFeed.java index 522e830..69191fc 100644 --- a/src/main/java/net/pterodactylus/fcp/SendBookmarkFeed.java +++ b/src/main/java/net/pterodactylus/fcp/SendBookmarkFeed.java @@ -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);