Skip to content

Commit 1bc157f

Browse files
ctruedengselzer
authored andcommitted
Fix GenericAssignability javadoc errors
1 parent c3731e8 commit 1bc157f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scijava-types/src/main/java/org/scijava/types/inference/GenericAssignability.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ private GenericAssignability() {
5454
* @param dest the parameterized type for which assignment should be checked
5555
* to
5656
* @param safeAssignability used to determine if we want to check if the
57-
* src->dest assignment would be safely assignable even though it
57+
* src→dest assignment would be safely assignable even though it
5858
* would cause a compiler error if we explicitly tried to do this
5959
* (useful pretty much only for Op matching)
6060
* @return whether and assignment of source to destination would be a legal
@@ -143,7 +143,7 @@ public static boolean checkGenericAssignability(Type src,
143143
* populate with what would occur in this scenario; must be empty or
144144
* null
145145
* @param safeAssignability used to determine if we want to check if the
146-
* src->dest assignment would be safely assignable even though it
146+
* src→dest assignment would be safely assignable even though it
147147
* would cause a compiler error if we explicitly tried to do this
148148
* (useful pretty much only for Op matching)
149149
* @return whether and assignment of source to destination would be a legal

0 commit comments

Comments
 (0)