From: David ‘Bombe’ Roden Date: Sat, 2 Apr 2011 09:09:39 +0000 (+0200) Subject: Fix javadoc. X-Git-Tag: 0.6^2~13 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=2a17f4983f7ad9cd25e073cf2981d78bc2673ffd Fix javadoc. --- diff --git a/src/main/java/net/pterodactylus/sone/core/Core.java b/src/main/java/net/pterodactylus/sone/core/Core.java index 5a91f79..c986d71 100644 --- a/src/main/java/net/pterodactylus/sone/core/Core.java +++ b/src/main/java/net/pterodactylus/sone/core/Core.java @@ -534,7 +534,7 @@ public class Core implements IdentityListener, UpdateListener { * * @param postId * The ID of the post to get - * @return The post, or {@code null} if there is no such post + * @return The post with the given ID, or a new post with the given ID */ public Post getPost(String postId) { return getPost(postId, true);