This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/8.5.x by this push:
new 94cca48 Update BCEL
94cca48 is described below
commit 94cca4885a9c5edaaa27cbb53bd8371c4a189396
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]