Add javadoc.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 15 Oct 2010 04:35:01 +0000 (06:35 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Fri, 15 Oct 2010 04:35:01 +0000 (06:35 +0200)
src/main/java/net/pterodactylus/sone/data/ShellCache.java

index 33e033c..8c7e4df 100644 (file)
@@ -63,6 +63,7 @@ public class ShellCache<T> {
         *            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) {