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