mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-15 09:31:08 +01:00
Enable ModifierOrder checkstyle check
Fixes SMACK-812
This commit is contained in:
parent
bd08f11c4a
commit
a9ca1a0989
59 changed files with 134 additions and 133 deletions
|
|
@ -60,7 +60,7 @@ public final class BookmarkManager {
|
|||
* exist it is created.
|
||||
* @throws IllegalArgumentException when the connection is null.
|
||||
*/
|
||||
public synchronized static BookmarkManager getBookmarkManager(XMPPConnection connection)
|
||||
public static synchronized BookmarkManager getBookmarkManager(XMPPConnection connection)
|
||||
{
|
||||
BookmarkManager manager = bookmarkManagerMap.get(connection);
|
||||
if (manager == null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue