You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by db...@apache.org on 2009/10/18 03:46:03 UTC

svn commit: r826336 - /jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java

Author: dbrosius
Date: Sun Oct 18 01:46:02 2009
New Revision: 826336

URL: http://svn.apache.org/viewvc?rev=826336&view=rev
Log:
fix javadoc

Modified:
    jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java

Modified: jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java
URL: http://svn.apache.org/viewvc/jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java?rev=826336&r1=826335&r2=826336&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java (original)
+++ jakarta/bcel/trunk/src/main/java/org/apache/bcel/classfile/AnnotationEntry.java Sun Oct 18 01:46:02 2009
@@ -44,7 +44,6 @@
     /**
      * Construct object from file stream.
      * @param file Input stream
-     * @throws IOException
      */
     public AnnotationEntry(int type_index, ConstantPool constant_pool, boolean isRuntimeVisible) {
         this.type_index = type_index;



---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org