Allow to remove pre-shared blogs of our contacts

This commit is contained in:
Torsten Grote
2017-04-26 18:51:08 -03:00
parent 3c1ea81cd0
commit 6a07d8f2c9
8 changed files with 76 additions and 123 deletions

View File

@@ -34,7 +34,7 @@ public interface BlogManager {
/**
* Returns true if a blog can be removed.
*/
boolean canBeRemoved(GroupId g) throws DbException;
boolean canBeRemoved(Blog b) throws DbException;
/**
* Removes and deletes a blog.