remove rogue ;
This commit is contained in:
parent
e7776049af
commit
1863fc75c4
|
@ -45,7 +45,7 @@ public interface Configurable {
|
|||
*/
|
||||
default void configure(GeneratorCreationContext creationContext, Properties parameters) throws MappingException {
|
||||
configure( creationContext.getType(), parameters, creationContext.getServiceRegistry() );
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Initializes this instance, pre-generating SQL if necessary.
|
||||
|
|
Loading…
Reference in New Issue