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 2021/01/15 12:04:05 UTC

[tomcat] branch 7.0.x updated: Update BCEL

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 5603c74  Update BCEL
5603c74 is described below

commit 5603c7484d417d903e6490232aa9071db5248852
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Fri Jan 15 12:00:15 2021 +0000

    Update BCEL
    
    Only change is removal of one superfluous call to super(). Not worth an
    entry in the change log.
---
 java/org/apache/tomcat/util/bcel/classfile/ClassFormatException.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java/org/apache/tomcat/util/bcel/classfile/ClassFormatException.java b/java/org/apache/tomcat/util/bcel/classfile/ClassFormatException.java
index 86a9e0b..f841735 100644
--- a/java/org/apache/tomcat/util/bcel/classfile/ClassFormatException.java
+++ b/java/org/apache/tomcat/util/bcel/classfile/ClassFormatException.java
@@ -27,7 +27,6 @@ public class ClassFormatException extends RuntimeException {
     private static final long serialVersionUID = 3243149520175287759L;
 
     public ClassFormatException() {
-        super();
     }
 
 


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