Skip to content

Commit 4d9aa12

Browse files
committed
Make ContextualDataStorage public
1 parent c3c8744 commit 4d9aa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-reactive-core/src/main/java/org/hibernate/reactive/context/impl/ContextualDataStorage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class ContextualDataStorage implements VertxServiceProvider {
1818

1919
@SuppressWarnings("rawtypes")
20-
final static ContextLocal<ConcurrentMap> CONTEXTUAL_DATA_KEY = ContextLocal.registerLocal( ConcurrentMap.class );
20+
public final static ContextLocal<ConcurrentMap> CONTEXTUAL_DATA_KEY = ContextLocal.registerLocal( ConcurrentMap.class );
2121

2222
@Override
2323
public void init(VertxBuilder vertxBuilder) {

0 commit comments

Comments
 (0)