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:01:33 UTC

[tomcat] branch 9.0.x updated: Update BCEL

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

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


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

commit c96b721851a0da4d38880cfa6343a276aedb7a01
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 chaneg log.
---
 MERGE.txt                                                            | 2 +-
 java/org/apache/tomcat/util/bcel/classfile/ClassFormatException.java | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/MERGE.txt b/MERGE.txt
index b8c152d..58541c1 100644
--- a/MERGE.txt
+++ b/MERGE.txt
@@ -36,7 +36,7 @@ BCEL
 Sub-tree:
 src/main/java/org/apache/bcel
 The SHA1 ID / tag for the most recent commit to be merged to Tomcat is:
-rel/commons-bcel-6.5.0
+4637826ac76db6cd4ff7eb56d1b13e16d4b43320 (2021-01-15)
 
 Codec
 -----
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