Merge commit 'da609f721e54691f27113e877a19637bd332abc3' into less-critical
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 23 Jan 2013 21:57:30 +0000 (22:57 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Wed, 23 Jan 2013 21:57:30 +0000 (22:57 +0100)
src/main/java/net/pterodactylus/sone/web/WebInterface.java

index 60cda15..d9a9dfb 100644 (file)
@@ -964,7 +964,6 @@ public class WebInterface {
                        @SuppressWarnings("synthetic-access")
                        public void run() {
                                lockedSonesNotification.add(sone);
-                               lockedSonesTickerObjects.remove(sone);
                                notificationManager.addNotification(lockedSonesNotification);
                        }
                }, 5, TimeUnit.MINUTES);