mirror of
https://github.com/M66B/FairEmail.git
synced 2026-05-16 04:20:37 +02:00
Fixed warnings
This commit is contained in:
@@ -59,10 +59,6 @@ public interface DaoAttachment {
|
||||
" AND cid = :cid")
|
||||
EntityAttachment getAttachment(long message, String cid);
|
||||
|
||||
@Query("SELECT * FROM attachment" +
|
||||
" WHERE id = :id")
|
||||
EntityAttachment getAttachment(long id);
|
||||
|
||||
@Query("UPDATE attachment" +
|
||||
" SET progress = :progress" +
|
||||
" WHERE id = :id")
|
||||
|
||||
Reference in New Issue
Block a user