(crud) change delete stuff

This commit is contained in:
torrentcome 2017-07-05 16:35:15 +02:00
parent 84a6c2578b
commit 251801a50b
1 changed files with 1 additions and 1 deletions

View File

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