Fixed warnings

This commit is contained in:
M66B
2018-09-26 11:50:45 +00:00
parent c2a078a340
commit a85797064a
8 changed files with 17 additions and 11 deletions

View File

@@ -127,7 +127,7 @@ public interface DaoFolder {
", hide = :hide" +
", synchronize = :synchronize" +
", unified = :unified" +
", after = :after" +
", `after` = :after" +
" WHERE id = :id")
int setFolderProperties(long id, String name, String display, boolean hide, boolean synchronize, boolean unified, int after);