Removed empty lines

This commit is contained in:
Kai S. K. Engelbart 2019-11-09 13:37:51 +01:00 committed by GitHub
parent f0a72d5851
commit 8cc132eeb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -366,8 +366,7 @@ public class LocalDB {
} }
} }
} }
/** /**
* Clears the {@code unreadMessagesSync} {@link Sync} object. * Clears the {@code unreadMessagesSync} {@link Sync} object.
* *
@ -375,7 +374,6 @@ public class LocalDB {
*/ */
public void clearUnreadMessagesSync() { unreadMessagesSync.getMessages().clear(); } public void clearUnreadMessagesSync() { unreadMessagesSync.getMessages().clear(); }
/** /**
* @return all saves {@link Chat} objects that list the client user as the * @return all saves {@link Chat} objects that list the client user as the
* sender * sender