From d9c54ccd86f73033df769d50a07685fc6ebd1004 Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 10 Dec 2016 19:56:59 +0100 Subject: [PATCH] Removed extra ; --- src/dorkbox/systemTray/util/Swt.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dorkbox/systemTray/util/Swt.java b/src/dorkbox/systemTray/util/Swt.java index 5c99b44..b422576 100644 --- a/src/dorkbox/systemTray/util/Swt.java +++ b/src/dorkbox/systemTray/util/Swt.java @@ -40,7 +40,7 @@ class Swt { if (currentDisplay == null) { logger.error("Unable to get the current display for SWT. Please create an issue with your OS and Java " + "version so we may further investigate this issue."); - }; + } } public static