You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/07/06 15:16:52 UTC

[commons-bcel] branch master updated: [BCEL-299] Fix example src/examples/ClassDumper.java ClassDumper.processID().

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4224c83  [BCEL-299] Fix example src/examples/ClassDumper.java ClassDumper.processID().
4224c83 is described below

commit 4224c83d42502f37c781efe4108198b10f9075dd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 6 11:16:48 2019 -0400

    [BCEL-299] Fix example src/examples/ClassDumper.java
    ClassDumper.processID().
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 55d5cf5..44d0276 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -69,7 +69,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action                  type="update" dev="ggregory" due-to="Gary Gregory">Update tests from JNA 4.5.0 to 5.3.1.</action>
       <action issue="BCEL-317" type="update" dev="ggregory" due-to="Tomo Suzuki, Gary Gregory">Pluggable cache for ConstantUtf8.</action>
       <action issue="BCEL-320" type="add" dev="ggregory" due-to="Tomo Suzuki, Gary Gregory">Add LruCacheClassPathRepository that can scan many JAR files without OutOfMemoryError.</action>
-      <action                  type="update" dev="ggregory" due-to="Gary Gregory">Fix example src/examples/ClassDumper.java ClassDumper.processID().</action>
+      <action issue="BCEL-299" type="update" dev="ggregory" due-to="Gary Gregory, zhangminglei ">Fix example src/examples/ClassDumper.java ClassDumper.processID().</action>
       <action issue="BCEL-322" type="add" dev="ggregory" due-to="Gary Gregory">Add constants to org.apache.bcel.Const for Java 14.</action>
     </release>