Update blog backend to match current usage

This commit is contained in:
Torsten Grote
2016-10-27 12:55:54 -02:00
parent a18317e912
commit 9e553ef9c8
28 changed files with 154 additions and 386 deletions

View File

@@ -17,10 +17,6 @@ class BlogItem {
return blog;
}
String getName() {
return blog.getName();
}
boolean isOurs() {
return ours;
}