Added test for sharing an RSS blog.

This commit is contained in:
akwizgran
2017-07-07 18:02:15 +01:00
parent 480b0e3a03
commit 2007078f13
4 changed files with 88 additions and 9 deletions

View File

@@ -22,9 +22,9 @@ public interface BlogManager {
ClientId CLIENT_ID = new ClientId("org.briarproject.briar.blog");
/**
* Adds a blog from the given author.
* Adds the given {@link Blog).}
*/
Blog addBlog(Author author) throws DbException;
void addBlog(Blog b) throws DbException;
/**
* Adds the given {@link Blog} within the given {@link Transaction}.