mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Fixed warnings
This commit is contained in:
@@ -86,5 +86,5 @@ public interface DaoFolder {
|
||||
void updateFolder(EntityFolder folder);
|
||||
|
||||
@Query("DELETE FROM folder WHERE account= :account AND name = :name")
|
||||
int deleteFolder(Long account, String name);
|
||||
void deleteFolder(Long account, String name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user