resolved conflicts
This commit is contained in:
@@ -57,4 +57,9 @@ public class FieldValidator {
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
||||
public FieldValidator addError( String errorMessage) {
|
||||
errors.add(errorMessage);
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user