Skip to content

Commit 1863fc7

Browse files
committed
remove rogue ;
1 parent e777604 commit 1863fc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-core/src/main/java/org/hibernate/id/Configurable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ default void configure(Type type, Properties parameters, ServiceRegistry service
4545
*/
4646
default void configure(GeneratorCreationContext creationContext, Properties parameters) throws MappingException {
4747
configure( creationContext.getType(), parameters, creationContext.getServiceRegistry() );
48-
};
48+
}
4949

5050
/**
5151
* Initializes this instance, pre-generating SQL if necessary.

0 commit comments

Comments
 (0)