File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modules/typed-ids/src/main/java/org/framefork/typedIds Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ static BigIntGenerator getGenerator(final Constructor<?> constructor)
137
137
/**
138
138
* Replaces the factory with provided implementation and throws away any pre-existing generators.
139
139
*/
140
- static void setFactory (final BigIntGenerator .Factory factory )
140
+ public static void setFactory (final BigIntGenerator .Factory factory )
141
141
{
142
142
FACTORY .set (factory );
143
143
GENERATORS .clear ();
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ static UuidGenerator getGenerator(final Constructor<?> constructor)
181
181
/**
182
182
* Replaces the factory with provided implementation and throws away any pre-existing generators.
183
183
*/
184
- static void setFactory (final UuidGenerator .Factory factory )
184
+ public static void setFactory (final UuidGenerator .Factory factory )
185
185
{
186
186
FACTORY .set (factory );
187
187
GENERATORS .clear ();
You can’t perform that action at this time.
0 commit comments