Skip to content

Commit 3d43c69

Browse files
quaffgavinking
authored andcommitted
Revisit GeneratorBinder's method accessibility
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
1 parent 1168b5a commit 3d43c69

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
@@ -611,7 +611,7 @@ private static <G extends Generator> G instantiateGeneratorViaDefaultConstructor
611611
}
612612
}
613613

614-
public static <A extends Annotation> void callInitialize(
614+
private static <A extends Annotation> void callInitialize(
615615
A annotation,
616616
MemberDetails memberDetails,
617617
GeneratorCreationContext creationContext,
@@ -646,7 +646,7 @@ private static void checkVersionGenerationAlways(MemberDetails property, Generat
646646
* call its {@link Configurable#configure(GeneratorCreationContext, Properties)
647647
* configure()} method.
648648
*/
649-
public static void callConfigure(
649+
private static void callConfigure(
650650
GeneratorCreationContext creationContext,
651651
Generator generator,
652652
Map<String, Object> configuration,

0 commit comments

Comments
 (0)