Explorar el Código

fix typo

tags/2.0.1
Jonathan Cobb hace 4 años
padre
commit
f804680fd9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/main/java/org/cobbzilla/util/reflect/ReflectionUtil.java

+ 1
- 1
src/main/java/org/cobbzilla/util/reflect/ReflectionUtil.java Ver fichero

@@ -933,7 +933,7 @@ public class ReflectionUtil {
case "long": return (long) 0;
case "float": return (float) 0;
case "double": return (double) 0;
default: return die("instantiate: unrecognized primitive type: "+clazz.getName());
default: return die("getNullArgument: unrecognized primitive type: "+clazz.getName());
}
}
return null;


Cargando…
Cancelar
Guardar