From 68394565b57249dc68f7e69bf6f7f755815be440 Mon Sep 17 00:00:00 2001 From: Till Schnell Date: Wed, 2 Jun 2021 11:00:52 +0200 Subject: [PATCH] correct typo --- .../dhbwstuttgart/inferWildcards/ReplaceTypeparamVisitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }