File tree Expand file tree Collapse file tree
src/main/java/org/scijava Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33public class MathOps {
44 public final static String ADD = "math.add" ;
5- public final static String SUB = "math.sub, math.substract " ;
5+ public final static String SUB = "math.sub, math.subtract " ;
66 public final static String DIV = "math.div, math.divide" ;
77 public final static String MUL = "math.mul, math.multiply" ;
88 public final static String POW = "math.pow, math.power" ;
Original file line number Diff line number Diff line change @@ -827,8 +827,6 @@ else if (param instanceof GenericArrayType) {
827827 if (!isApplicableToGenericArrayType (arg , (GenericArrayType ) param ,
828828 typeBounds )) return i ;
829829 }
830- final Type t = TypeToken .of (param ).resolveType (arg ).getType ();
831- // System.out.println("src[" + i + "] = " + t);
832830 }
833831 return -1 ;
834832 }
You can’t perform that action at this time.
0 commit comments