X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FCore.java;h=c830cf4f5b847a228477d123ea217502298889e2;hb=a5b5a35ac7d6d391fe43fda16d3a512a0927cca4;hp=04e37bb968b64920151219902bf6af825a0bd98a;hpb=e31ead2b972074c1e5ecc5213b2bdc34c453d8b6;p=Sone.git 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} */