Skip to content

Commit 68bfe67

Browse files
authored
Update hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java
1 parent 41b63af commit 68bfe67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hibernate-core/src/main/java/org/hibernate/boot/model/internal/GeneratorBinder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ private static Generator instantiateGeneratorAsBean(
507507
annotationType,
508508
creationContext,
509509
generatorClass
510-
)
511-
);
510+
)
511+
);
512512
}
513513

514514
/**

0 commit comments

Comments
 (0)