Add missing javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 10 Jan 2011 20:14:59 +0000 (21:14 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 10 Jan 2011 20:14:59 +0000 (21:14 +0100)
src/main/java/net/pterodactylus/sone/core/Core.java

index 04e37bb..c830cf4 100644 (file)
@@ -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}
         */