mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-08-29 01:09:27 +00:00
Util: Remove useless synchronized on no-op method
reported by: bottomlineit.co.za
This commit is contained in:
@@ -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) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user