Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Won't Fix
-
2.0.3-alpha
-
None
-
None
Description
CommonConfigurationKeysPublic contains a potentially misleading comment:
/** * This class contains constants for configuration keys used * in the common code. * * It includes all publicly documented configuration keys. In general * this class should not be used directly (use CommonConfigurationKeys * instead) */
This comment suggests that the user use CommonConfigurationKeys, despite the fact that that class is InterfaceAudience.private whereas CommonConfigurationKeysPublic is InterfaceAudience.public. Perhaps this should be rephrased.