remove rogue ;

This commit is contained in:
Gavin King 2024-09-19 21:48:12 +02:00
parent e7776049af
commit 1863fc75c4
1 changed files with 1 additions and 1 deletions

View File

@ -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.