X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FReceivedBookmarkFeed.java;h=3b541777caf1f6445e5e8c391172f72787bdc192;hp=02369f0a806e65d7ce445e9f19e6eb143de4ebab;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/ReceivedBookmarkFeed.java b/src/main/java/net/pterodactylus/fcp/ReceivedBookmarkFeed.java index 02369f0..3b54177 100644 --- a/src/main/java/net/pterodactylus/fcp/ReceivedBookmarkFeed.java +++ b/src/main/java/net/pterodactylus/fcp/ReceivedBookmarkFeed.java @@ -57,16 +57,16 @@ public class ReceivedBookmarkFeed extends BaseMessage { /** * Returns whether the bookmark has an active link image. * - * @return {@code true} if the bookmark has an active link image, {@code - * false} otherwise + * @return {@code true} if the bookmark has an active link image, + * {@code false} otherwise */ public boolean hasActiveLink() { return Boolean.parseBoolean(getField("HasAnActiveLink")); } /** - * Returns the description of the bookmark. Note that the description may be - * {@code null} and if it is not, it is base64-encoded! + * Returns the description of the bookmark. Note that the description may + * be {@code null} and if it is not, it is base64-encoded! * * @return The bookmark’s description, or {@code null} if the bookmark has * no description