X-Git-Url: http://nitlanguage.org diff --git a/contrib/jwrapper/src/model.nit b/contrib/jwrapper/src/model.nit index 01600ae..e2c8ac8 100644 --- a/contrib/jwrapper/src/model.nit +++ b/contrib/jwrapper/src/model.nit @@ -93,7 +93,7 @@ class JavaType end else # Use the prefix and the short class name - # e.g. given the prefix Native: java.lang.String -> NativeString + # e.g. given the prefix Native: java.lang.String -> CString name = prefix + id end