From 7b8fc206a4da09d1b4f61e8eea674ca0bbe5872b Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 16 Jul 2013 19:55:12 +0200 Subject: [PATCH] Fix javadoc. --- src/main/java/net/pterodactylus/sone/data/Post.java | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/java/net/pterodactylus/sone/data/Post.java b/src/main/java/net/pterodactylus/sone/data/Post.java index 4860a01..2524207 100644 --- a/src/main/java/net/pterodactylus/sone/data/Post.java +++ b/src/main/java/net/pterodactylus/sone/data/Post.java @@ -77,10 +77,7 @@ public interface Post extends Identified { public Optional getRecipientId(); /** - * Returns the recipient of this post, if any. As this method can return - * {@link Optional#absent()} if the post has a recipient which has not yet - * been loaded, it is recommended to use {@link #hasRecipient()} to check - * for the presence of a recipient. + * Returns the recipient of this post, if any. * * @return The recipient of this post, or {@link Optional#absent()} if there * is no recipient -- 2.7.4