コード例 #1
0
ファイル: NodeValidator.java プロジェクト: krishk/atlas-lb
 @Override
 public ValidatorResult validate(Node node, Object type) {
   ValidatorResult result = validator.validate(node, type);
   return ValidatorUtilities.removeEmptyMessages(result);
 }
コード例 #2
0
 @Override
 public ValidatorResult validate(SslTermination ssl, Object type) {
   ValidatorResult result = validator.validate(ssl, type);
   return ValidatorUtilities.removeEmptyMessages(result);
 }