-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
A-interfaceArea: Interface/APIArea: Interface/APIC-bugCategory: BugCategory: BugP-highPriority: High. A high-priority issue should be fixed as soon as possible.Priority: High. A high-priority issue should be fixed as soon as possible.
Description
Currently Plan
is a public trait, and all the methods in Plan
are public. However, many methods in Plan
should not be public. We can either split Plan
into two traits, one with public visibility and one with private visibility, or we can introduce a public type that wraps Plan
(like SpaceStats
for Space
in #1083).
Metadata
Metadata
Assignees
Labels
A-interfaceArea: Interface/APIArea: Interface/APIC-bugCategory: BugCategory: BugP-highPriority: High. A high-priority issue should be fixed as soon as possible.Priority: High. A high-priority issue should be fixed as soon as possible.