Cleanup and format code

This commit is contained in:
Phillip Webb
2017-03-06 16:44:31 -08:00
parent c7b46e4d1c
commit d8f827d224
649 changed files with 1922 additions and 2003 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);
}