Add missing javadoc.
[Sone.git] / 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}
         */