Commit dffe91c6 authored by zhanghuiren's avatar zhanghuiren

fix pojo

parent f7202216
...@@ -30,7 +30,7 @@ type Integer struct { ...@@ -30,7 +30,7 @@ type Integer struct {
Value string Value string
} }
func (i *Integer) JavaClassName() string { func (Integer) JavaClassName() string {
return "java.math.BigInteger" return "java.math.BigInteger"
} }
......
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