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

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