X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fdata%2FShellCache.java;h=8c7e4df3e4979d3cdc36d0502b924a301420ba56;hb=20673d9e01a985df985690090b5e5cdb05f25d01;hp=33e033c8ad19b1fb911a3ab52b6d734ba3a775bd;hpb=4696ccf25ac020842b6072cc11a93b1555542013;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/data/ShellCache.java b/src/main/java/net/pterodactylus/sone/data/ShellCache.java index 33e033c..8c7e4df 100644 --- a/src/main/java/net/pterodactylus/sone/data/ShellCache.java +++ b/src/main/java/net/pterodactylus/sone/data/ShellCache.java @@ -63,6 +63,7 @@ public class ShellCache { * The ID of the object * @param object * The object to store + * @return The real object, or the shell if there is no real object yet */ @SuppressWarnings("unchecked") public T put(String id, T object) {