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 @@ -829,8 +829,6 @@ else if (param instanceof GenericArrayType) {
829829 if (!isApplicableToGenericArrayType (arg , (GenericArrayType ) param ,
830830 typeBounds )) return i ;
831831 }
832- final Type t = TypeToken .of (param ).resolveType (arg ).getType ();
833- // System.out.println("src[" + i + "] = " + t);
834832 }
835833 return -1 ;
836834 }
You can’t perform that action at this time.
0 commit comments