Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ff469d4 authored by Stefan Niedermann's avatar Stefan Niedermann
Browse files

Fix typo

parent 38bb26e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ public abstract class NotesDatabase extends RoomDatabase {

    /**
     * @return a {@link Map} of remote IDs as keys and local IDs as values of all {@link Note}s of
     * the given {@param accountId} which are note {@link DBStatus#LOCAL_DELETED}
     * the given {@param accountId} which are not {@link DBStatus#LOCAL_DELETED}
     */
    @NonNull
    @WorkerThread