reduce visibility of cap contexts
This commit is contained in:
parent
5a27b4b860
commit
594e5e3a28
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ import java.util.concurrent.CompletionStage;
|
|||
|
||||
public final class Capability {
|
||||
|
||||
public static abstract class BuilderContext {
|
||||
static class BuilderContext {
|
||||
CapTableBuilder capTable;
|
||||
}
|
||||
|
||||
public static class ReaderContext {
|
||||
static class ReaderContext {
|
||||
CapTableReader capTable;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue