svn commit: r153607 - jakarta/bcel/trunk/src/java/org/apache/bcel/Constants.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
Author: dbrosius
Date: Sat Feb 12 22:07:50 2005
New Revision: 153607

URL: http://svn.apache.org/viewcvs?view=rev&rev=153607
Log:
Put the number of attribute types back to 12, so that annotations don't screw things up

Modified:
    jakarta/bcel/trunk/src/java/org/apache/bcel/Constants.java

Modified: jakarta/bcel/trunk/src/java/org/apache/bcel/Constants.java
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/Constants.java?view=diff&r1=153606&r2=153607
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/Constants.java (original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/Constants.java Sat Feb 12 22:07:50 2005
@@ -714,9 +714,9 @@
   public static final byte ATTR_RUNTIMEVISIBLE_ANNOTATIONS    			= 12;
   public static final byte ATTR_RUNTIMEINVISIBLE_ANNOTATIONS  			= 13;
   public static final byte ATTR_RUNTIMEVISIBLE_PARAMETER_ANNOTATIONS 	= 14;
-  public static final byte ATTR_RUNTIMEINVISIBLE_PARAMETER_ANNOTATIONS 	= 14;
+  public static final byte ATTR_RUNTIMEINVISIBLE_PARAMETER_ANNOTATIONS 	= 15;
 
-  public static final short KNOWN_ATTRIBUTES = 14;
+  public static final short KNOWN_ATTRIBUTES = 12;//should be 16
 
   public static final String[] ATTRIBUTE_NAMES = {
     "SourceFile", "ConstantValue", "Code", "Exceptions",
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.