correct typo

This commit is contained in:
Till Schnell 2021-06-02 11:00:52 +02:00
parent c3b17a8f2f
commit 68394565b5

View File

@ -130,7 +130,7 @@ public class ReplaceTypeparamVisitor
System.out.println(refType); System.out.println(refType);
} }
// Let the parent care about all the other stuff // Let the parent take care about all the other stuff
super.visit(refType); super.visit(refType);
} }