From: David ‘Bombe’ Roden Date: Mon, 10 Jan 2011 20:14:59 +0000 (+0100) Subject: Add missing javadoc. X-Git-Tag: beta-freefall-0.6.2-1~133 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=a5b5a35ac7d6d391fe43fda16d3a512a0927cca4;hp=e31ead2b972074c1e5ecc5213b2bdc34c453d8b6;p=Sone.git Add missing javadoc. --- diff --git a/src/main/java/net/pterodactylus/sone/core/Core.java b/src/main/java/net/pterodactylus/sone/core/Core.java index 04e37bb..c830cf4 100644 --- a/src/main/java/net/pterodactylus/sone/core/Core.java +++ b/src/main/java/net/pterodactylus/sone/core/Core.java @@ -735,6 +735,9 @@ public class Core implements IdentityListener, UpdateListener { * * @param albumId * The ID of the album + * @param create + * {@code true} to create a new album if none exists for the + * given ID * @return The album with the given ID, or {@code null} if no album with the * given ID exists and {@code create} is {@code false} */