From: David ‘Bombe’ Roden Date: Sat, 16 Oct 2010 10:01:46 +0000 (+0200) Subject: Change javadoc comment. X-Git-Tag: 0.1-RC1~274 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=4b3a99603aaa202c325bb3c4c54fc58e414d6b83 Change javadoc comment. --- diff --git a/src/main/java/net/pterodactylus/sone/core/Core.java b/src/main/java/net/pterodactylus/sone/core/Core.java index 00594c9..6bfa5cd 100644 --- a/src/main/java/net/pterodactylus/sone/core/Core.java +++ b/src/main/java/net/pterodactylus/sone/core/Core.java @@ -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