Commit 36a037e7 authored by zhanghuiren's avatar zhanghuiren

fix javaClassName

parent dce938a3
......@@ -40,7 +40,7 @@ type Integer struct {
}
func (Integer) JavaClassName() string {
return "java.math.Integer"
return "java.math.BigInteger"
}
// FromString set data from a 10-bases number
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment