Add name for the web interface thread.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 09:58:46 +0000 (11:58 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 13 Oct 2010 09:58:46 +0000 (11:58 +0200)
src/main/java/net/pterodactylus/sone/web/WebInterface.java

index 70f4b92..376d877 100644 (file)
@@ -67,6 +67,7 @@ public class WebInterface extends AbstractService {
         *            The Sone plugin
         */
        public WebInterface(SonePlugin sonePlugin) {
+               super("Sone Web Interface");
                this.sonePlugin = sonePlugin;
        }