Skip to content

Commit

Permalink
Remove redundant ForwardingMappingVisitor comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Nov 19, 2023
1 parent 335a2f2 commit 66f70d5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
/**
* A mapping visitor that forwards all visit calls to another {@link MappingVisitor}.
*
* <p>Does nothing useful by itself, it's intended to be extended.
* Subclasses should override the visit methods they want to intercept.
* <p>Subclasses should override the visit methods they want to intercept.
*/
public abstract class ForwardingMappingVisitor implements MappingVisitor {
protected ForwardingMappingVisitor(MappingVisitor next) {
Expand Down

0 comments on commit 66f70d5

Please sign in to comment.