Fix random javadoc errors

This commit is contained in:
goapunk
2018-05-08 14:42:14 +02:00
parent 496ffc22ba
commit 6f1fba44b6
5 changed files with 13 additions and 13 deletions

View File

@@ -32,7 +32,7 @@ public interface BlogManager {
int MINOR_VERSION = 0;
/**
* Adds the given {@link Blog).}
* Adds the given {@link Blog}.
*/
void addBlog(Blog b) throws DbException;