Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SignaturePattern.TypePatternVisitor: remove redundant visit method
Method visit(WildAnnotationTypePattern, Object) used to descend into node.getTypePattern().accept(this, data), which since commit 6585b9e is unnecessary, because WildAnnotationTypePattern::traverse already traverses its type pattern. Signed-off-by: Alexander Kriegisch <[email protected]>
- Loading branch information