X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FWebInterface.java;h=6401b435a8a4ad211f3a25940c617b2e1a2c8656;hb=626a2e839efe6c5c912bc6efa1a0cc6c9c8576c2;hp=49f1158fa55a4f6bc0e0c4aed1c3eef8392cfd3d;hpb=b0994fc0dd621d8af229286932e9aaf0d975e801;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/WebInterface.java b/src/main/java/net/pterodactylus/sone/web/WebInterface.java index 49f1158..6401b43 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -410,6 +410,7 @@ public class WebInterface implements SessionProvider { * * @return The Sone core */ + @Nonnull public Core getCore() { return sonePlugin.core(); }