Skip to content

Commit 7e74931

Browse files
Chaned the access level (#328)
1 parent 2f7c343 commit 7e74931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-object-store/src/main/java/org/hypertrace/config/objectstore/ContextualConfigObjectImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@lombok.Value
1313
@Builder(toBuilder = true)
14-
public class ContextualConfigObjectImpl<T> implements ContextualConfigObject<T> {
14+
class ContextualConfigObjectImpl<T> implements ContextualConfigObject<T> {
1515
String context;
1616
T data;
1717
Instant creationTimestamp;

0 commit comments

Comments
 (0)