Util: Remove useless synchronized on no-op method

reported by: bottomlineit.co.za
This commit is contained in:
zzz
2026-05-01 13:15:11 -04:00
parent 41647e94f0
commit 57e8f8c1cf
@@ -91,5 +91,5 @@ public class ClientAppManagerImpl implements ClientAppManager {
* Does nothing, see RouterAppManager override
* @since 0.9.66
*/
public synchronized void addBubble(String svc, String text) {}
public void addBubble(String svc, String text) {}
}