From a5b5a35ac7d6d391fe43fda16d3a512a0927cca4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 10 Jan 2011 21:14:59 +0100 Subject: [PATCH] Add missing javadoc. --- src/main/java/net/pterodactylus/sone/core/Core.java | 3 +++ 1 file changed, 3 insertions(+) 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} */ -- 2.7.4