Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.16.3
-
None
-
Linux 3.13-1-amd64
#1 SMP Debian 3.13.10-1 x86_64 GNU/Linux
Description
eg: in class [com.opensymphony.xwork2.validator.AnnotationActionValidatorManager]
......
private ValidatorFactory validatorFactory;
private ValidatorFileParser validatorFileParser;
private FileManager fileManager;
private boolean reloadingConfigs;
......
To make it easier to inherit the base class,please create public get* methods or change private member to protected for those important members.
thanks