add comment

This commit is contained in:
Till Schnell 2021-04-06 17:22:27 +02:00
parent e8539a84fd
commit 3e57a64f9c

View File

@ -44,6 +44,9 @@ public final class ConstraintsGenerationUtils
ConstraintsGenerationUtils.addToConstraint(c, tph, superWildcardType); ConstraintsGenerationUtils.addToConstraint(c, tph, superWildcardType);
return constraintSet; return constraintSet;
// Constraints müssen nicht übernommen werden. InferWildcard constraints können
// individuell erstellt werden und müssen später umgebaut werden
} }
@SuppressWarnings({ "unchecked", "rawtypes" }) @SuppressWarnings({ "unchecked", "rawtypes" })