{@inheritDoc}
()
| 339 | * {@inheritDoc} |
| 340 | */ |
| 341 | @Override |
| 342 | public boolean isValid() { |
| 343 | if (TYPE_RESET.equals(getType())) { |
| 344 | return true; |
| 345 | } |
| 346 | |
| 347 | return super.isValid() && !isCustomErrorValidityState(); |
| 348 | } |
| 349 | |
| 350 | /** |
| 351 | * {@inheritDoc} |
nothing calls this directly
no test coverage detected