We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb16f7 commit 213aa20Copy full SHA for 213aa20
src/main/java/org/scijava/util/Types.java
@@ -3467,17 +3467,11 @@ void init(final VarMap varMap) {
3467
upperBoundsList.toArray(upperBounds);
3468
}
3469
3470
- /*
3471
- * @see com.googlecode.gentyref.CaptureType#getLowerBounds()
3472
- */
3473
@Override
3474
public Type[] getLowerBounds() {
3475
return lowerBounds.clone();
3476
3477
3478
3479
- * @see com.googlecode.gentyref.CaptureType#getUpperBounds()
3480
3481
3482
public Type[] getUpperBounds() {
3483
assert upperBounds != null;
0 commit comments