javaclass

Change of classfile.py

3:ba40e828e2eb
classfile.py
     1.1 --- a/classfile.py	Mon Oct 25 20:53:58 2004 +0200
     1.2 +++ b/classfile.py	Thu Oct 28 16:38:33 2004 +0200
     1.3 @@ -166,7 +166,7 @@
     1.4  
     1.5      def _get_array_type(self, s):
     1.6          if len(s) > 0:
     1.7 -            return self._get_component_type(s[1:])
     1.8 +            return self._get_component_type(s)
     1.9          else:
    1.10              return None, s
    1.11