checkin from browser
authorcg
Thu, 10 Sep 1998 15:13:49 +0000
changeset 366 42a5f6d73925
parent 365 568f3a4e4e1c
child 367 510b061cf0d8
checkin from browser
JavaClassReader.st
--- a/JavaClassReader.st	Thu Sep 10 14:35:12 1998 +0000
+++ b/JavaClassReader.st	Thu Sep 10 15:13:49 1998 +0000
@@ -782,7 +782,7 @@
 
     "/ ignored JAVA attributes
     (attributeName = 'Deprecated') ifTrue:[
-        ('JAVA [info]: unhandled attribute: ' , attributeName) infoPrintCR.
+"/        ('JAVA [info]: unhandled attribute: ' , attributeName) infoPrintCR.
         self skipAttribute:attributeName.
         ^ self.
     ].
@@ -806,7 +806,7 @@
     ('JAVA [warning]: unrecognized attribute: ' , attributeName) infoPrintCR.
     self skipAttribute:attributeName.
 
-    "Modified: / 16.5.1998 / 01:05:06 / cg"
+    "Modified: / 20.8.1998 / 03:27:24 / cg"
 !
 
 readAttributeFor:something
@@ -2001,6 +2001,6 @@
 !JavaClassReader class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaClassReader.st,v 1.69 1998/09/10 14:35:12 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaClassReader.st,v 1.70 1998/09/10 15:13:49 cg Exp $'
 ! !
 JavaClassReader initialize!