Fixed warnings

This commit is contained in:
M66B
2018-08-04 15:52:03 +00:00
parent b447b4ab8a
commit 11aaac4d4b
3 changed files with 3 additions and 3 deletions

View File

@@ -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);
}