From 38d1f898b349e6af4c0b5c542b6de2fc3e681268 Mon Sep 17 00:00:00 2001 From: nathan Date: Tue, 23 Oct 2018 22:57:11 +0200 Subject: [PATCH] Fixed comments --- src/dorkbox/systemTray/SystemTray.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dorkbox/systemTray/SystemTray.java b/src/dorkbox/systemTray/SystemTray.java index 5eccdde..bc311ca 100644 --- a/src/dorkbox/systemTray/SystemTray.java +++ b/src/dorkbox/systemTray/SystemTray.java @@ -840,8 +840,7 @@ class SystemTray { try { - // at this point, the tray type is what it should be. If there are failures or special cases, all types will fall back to - // Swing. + // at this point, the tray type is what it should be. If there are failures or special cases, all types will fall back to Swing. if (isNix) { // linux/unix need access to GTK, so load it up before the tray is loaded!