You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2012/10/14 02:19:57 UTC

svn commit: r1397974 - in /tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile: RuntimeInvisibleAnnotations.java RuntimeInvisibleParameterAnnotations.java RuntimeVisibleAnnotations.java

Author: markt
Date: Sun Oct 14 00:19:56 2012
New Revision: 1397974

URL: http://svn.apache.org/viewvc?rev=1397974&view=rev
Log:
Line length

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.java
    tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.java
    tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.java?rev=1397974&r1=1397973&r2=1397974&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleAnnotations.java Sun Oct 14 00:19:56 2012
@@ -46,8 +46,7 @@ public class RuntimeInvisibleAnnotations
                                 DataInputStream file, ConstantPool constant_pool)
                                 throws IOException
     {
-        super(name_index, length,
-                file, constant_pool);
+        super(name_index, length, file, constant_pool);
     }
 
     /**

Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.java?rev=1397974&r1=1397973&r2=1397974&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeInvisibleParameterAnnotations.java Sun Oct 14 00:19:56 2012
@@ -41,8 +41,7 @@ public class RuntimeInvisibleParameterAn
      */
     RuntimeInvisibleParameterAnnotations(int name_index, int length, DataInputStream file,
             ConstantPool constant_pool) throws IOException {
-        super(name_index, length, file,
-                constant_pool);
+        super(name_index, length, file, constant_pool);
     }
 
 

Modified: tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.java?rev=1397974&r1=1397973&r2=1397974&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/bcel/classfile/RuntimeVisibleAnnotations.java Sun Oct 14 00:19:56 2012
@@ -46,8 +46,7 @@ public class RuntimeVisibleAnnotations e
             DataInputStream file, ConstantPool constant_pool)
             throws IOException
     {
-        super(name_index, length,
-                file, constant_pool);
+        super(name_index, length, file, constant_pool);
     }
 
     /**



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