Change javadoc comment.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 16 Oct 2010 10:01:46 +0000 (12:01 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Sat, 16 Oct 2010 10:01:46 +0000 (12:01 +0200)
src/main/java/net/pterodactylus/sone/core/Core.java

index 00594c9..6bfa5cd 100644 (file)
@@ -303,7 +303,8 @@ public class Core extends AbstractService {
        }
 
        /**
-        * Loads the Sone from the given request URI.
+        * Loads the Sone from the given request URI. The fetching of the data is
+        * performed in a new thread so this method returns immediately.
         *
         * @param requestUri
         *            The request URI to load the Sone from