(crud) change delete stuff

This commit is contained in:
torrentcome 2017-07-05 16:35:15 +02:00
parent 451229779f
commit 03769f0644
1 changed files with 1 additions and 1 deletions

View File

@ -32,5 +32,5 @@ public interface TootDao {
// d
@Delete
void delete(TootEntity user);
int delete(TootEntity user);
}