[jboss-cvs] javassist/src/main/javassist/compiler ...
Shigeru Chiba
chiba at is.titech.ac.jp
Tue Feb 6 11:04:40 EST 2007
User: chiba
Date: 07/02/06 11:04:40
Modified: src/main/javassist/compiler KeywordTable.java
Log:
changed to public.
Revision Changes Path
1.7 +1 -1 javassist/src/main/javassist/compiler/KeywordTable.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: KeywordTable.java
===================================================================
RCS file: /cvsroot/jboss/javassist/src/main/javassist/compiler/KeywordTable.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- KeywordTable.java 11 Jan 2006 06:45:55 -0000 1.6
+++ KeywordTable.java 6 Feb 2007 16:04:40 -0000 1.7
@@ -15,7 +15,7 @@
package javassist.compiler;
-final class KeywordTable extends java.util.HashMap {
+public final class KeywordTable extends java.util.HashMap {
public KeywordTable() { super(); }
public int lookup(String name) {
More information about the jboss-cvs-commits
mailing list