Make more use of DbViewModel#handleException()

This commit is contained in:
Sebastian Kürten
2021-04-12 15:50:34 +02:00
parent 2ddb7b5b64
commit 419247074f
18 changed files with 52 additions and 65 deletions

View File

@@ -57,6 +57,7 @@ public class Author implements Nameable {
/**
* Returns the author's name.
*/
@Override
public String getName() {
return name;
}