Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DefaultPropertyKey private member variable accessed outside scope
Motivation: DefaultPropertyKey.index is currently private and accessed outside the class's scope. Modifications: - Change access level to package private Result: No chance of synthetic method generation for accessing this field
- Loading branch information