kusalk commented on code in PR #659:
URL: https://github.com/apache/struts/pull/659#discussion_r1105773701
##########
core/src/test/java/com/opensymphony/xwork2/validator/DefaultActionValidatorManagerTest.java:
##########
@@ -87,7 +87,7 @@ protected void tearDown() throws Exception {
public void testBuildValidatorKey() {
- String validatorKey =
DefaultActionValidatorManager.buildValidatorKey(SimpleAction.class, alias);
+ String validatorKey =
actionValidatorManager.buildValidatorKey(SimpleAction.class, alias);
Review Comment:
Changed this to an instance method for consistency between the 2
implementations and ability to override
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]