contrib/jwrapper: print unsupported types in verbose mode
[nit.git] / contrib / jwrapper / src / model.nit
index c9d0af6..5864472 100644 (file)
@@ -196,10 +196,10 @@ class JavaModel
        end
 
        # Unknown types, not already wrapped and not in this pass
-       private var unknown_types = new HashMap[JavaType, NitType]
+       var unknown_types = new HashMap[JavaType, NitType]
 
        # Wrapped types, or classes analyzed in this pass
-       private var known_types = new HashMap[JavaType, NitType]
+       var known_types = new HashMap[JavaType, NitType]
 
        # Get the `NitType` corresponding to the `JavaType`
        #