Skip to content

Commit e08df0c

Browse files
author
burdo
committed
use new RootContextSource pattern
1 parent 1247bfd commit e08df0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/comroid/api/func/ext/Context.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ class Base implements Context {
342342
}
343343

344344
@Getter protected final Set<Context> children;
345-
@Getter private final Set<Object> myMembers;
345+
@Getter protected final Set<Object> myMembers;
346346
private final Context parent;
347347
private final String name;
348348

0 commit comments

Comments
 (0)