瀏覽代碼

fix typo

tags/2.0.1
Jonathan Cobb 4 年之前
父節點
當前提交
f804680fd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/main/java/org/cobbzilla/util/reflect/ReflectionUtil.java

+ 1
- 1
src/main/java/org/cobbzilla/util/reflect/ReflectionUtil.java 查看文件

@@ -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;


Loading…
取消
儲存