Skip to content

Commit 213aa20

Browse files
committed
Types: remove non-javadoc comments
1 parent aeb16f7 commit 213aa20

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main/java/org/scijava/util/Types.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,17 +3467,11 @@ void init(final VarMap varMap) {
34673467
upperBoundsList.toArray(upperBounds);
34683468
}
34693469

3470-
/*
3471-
* @see com.googlecode.gentyref.CaptureType#getLowerBounds()
3472-
*/
34733470
@Override
34743471
public Type[] getLowerBounds() {
34753472
return lowerBounds.clone();
34763473
}
34773474

3478-
/*
3479-
* @see com.googlecode.gentyref.CaptureType#getUpperBounds()
3480-
*/
34813475
@Override
34823476
public Type[] getUpperBounds() {
34833477
assert upperBounds != null;

0 commit comments

Comments
 (0)