Skip to content

Commit 2630d11

Browse files
committed
Types: tweak line wrapping of comment
1 parent bfa3bf9 commit 2630d11

File tree

1 file changed

+3
-5
lines changed
  • scijava-common3/src/main/java/org/scijava/common3

1 file changed

+3
-5
lines changed

scijava-common3/src/main/java/org/scijava/common3/Types.java

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -264,13 +264,11 @@ public static Type superTypeOf(Type[] types,
264264
}
265265
}
266266

267-
// We can effectively find the greatest common super type by assuming that
268-
// either:
267+
// We find the greatest common super type by assuming that either:
269268
// 1) superType extends a superclass of all types in types (this check is
270269
// symmetric)
271-
// 2) superType implements an interface implemented by all types in typws
272-
// (this
273-
// check is symmetric)
270+
// 2) superType implements an interface implemented by all types in types
271+
// (this check is symmetric)
274272

275273
Type superType = types[0];
276274

0 commit comments

Comments
 (0)