()
| 580 | : description + suffix; |
| 581 | return new NegatedFastMatcher(precomputedPositive(negatedCharacters, table, negatedDescription)) { |
| 582 | @Override |
| 583 | public String toString() { |
| 584 | return description; |
| 585 | } |
| 586 | }; |
| 587 | } |
| 588 | } |
no test coverage detected