diff --git a/src/main/java/de/dhbwstuttgart/inferWildcards/ReplaceTypeparamVisitor.java b/src/main/java/de/dhbwstuttgart/inferWildcards/ReplaceTypeparamVisitor.java index 74619e07..62362c10 100644 --- a/src/main/java/de/dhbwstuttgart/inferWildcards/ReplaceTypeparamVisitor.java +++ b/src/main/java/de/dhbwstuttgart/inferWildcards/ReplaceTypeparamVisitor.java @@ -130,7 +130,7 @@ public class ReplaceTypeparamVisitor 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); }