From: David ‘Bombe’ Roden Date: Wed, 13 Oct 2010 09:58:46 +0000 (+0200) Subject: Add name for the web interface thread. X-Git-Tag: 0.1-RC1~500 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=456ec718046b22eaae1401ae578240f845fd2803 Add name for the web interface thread. --- diff --git a/src/main/java/net/pterodactylus/sone/web/WebInterface.java b/src/main/java/net/pterodactylus/sone/web/WebInterface.java index 70f4b92..376d877 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -67,6 +67,7 @@ public class WebInterface extends AbstractService { * The Sone plugin */ public WebInterface(SonePlugin sonePlugin) { + super("Sone Web Interface"); this.sonePlugin = sonePlugin; }