BAEL-3444: Corrected line continuation formatting
This commit is contained in:
parent
4910f5879a
commit
03a1413465
@ -17,7 +17,9 @@ public class BookStoreRegistryConfigurer implements TypeRegistryConfigurer {
|
||||
|
||||
@Override
|
||||
public void configureTypeRegistry(TypeRegistry typeRegistry) {
|
||||
typeRegistry.defineDataTableType(new DataTableType(BookCatalog.class, new BookTableTransformer()));
|
||||
typeRegistry.defineDataTableType(
|
||||
new DataTableType(BookCatalog.class, new BookTableTransformer())
|
||||
);
|
||||
}
|
||||
|
||||
private static class BookTableTransformer implements TableTransformer<BookCatalog> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user