mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
Puts back public scope for class
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ import com.opensymphony.xwork2.validator.FieldValidator;
|
||||
* You can access fieldName and its currentValue in a message using expression, e.g.
|
||||
* "Wrong value ${currentValue} for ${fieldName}"
|
||||
*/
|
||||
abstract class FieldValidatorSupport extends ValidatorSupport implements FieldValidator {
|
||||
public abstract class FieldValidatorSupport extends ValidatorSupport implements FieldValidator {
|
||||
|
||||
protected String fieldName;
|
||||
protected String type;
|
||||
|
||||
Reference in New Issue
Block a user