X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2FCore.java;h=6bfa5cd983c441e164d29f2c4d6c148aaac84df2;hb=54e3312d42e82c36da964874b03bf69b9068359c;hp=00594c9cd799f3e0cdb44b5cbab2ff35645b0f70;hpb=bfca146fbc49fab75d7e5d8a6aaa0a7974305db3;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 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