Clean up and format code

This commit is contained in:
Andy Wilkinson
2017-06-16 08:58:14 +01:00
parent 5d69318e2d
commit 59122358d3
16 changed files with 32 additions and 32 deletions

View File

@@ -136,6 +136,7 @@ public class Book extends TableImpl<Record> {
/**
* Rename this table
*/
@Override
public Book rename(String name) {
return new Book(name, null);
}