mirror of
https://github.com/apache/struts.git
synced 2026-08-14 11:06:58 +00:00
ee583c22f1
- Made isStatic() utility method static, added javadoc comment. - Refactored isNotPublic() into isPublicForReflection() with negation moved to calling locations. Also added javadoc comment. - Added final declaration to several variables used in methods. - Added @Override annotation to overriden methods.