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 6dc1d64 Fix whitespace.
6dc1d64 is described below
commit 6dc1d646f50a1757c2d3ef8c1a75c2d0440eb919
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 10 09:17:52 2019 -0400
Fix whitespace.
---
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 7498432..ac25c9a 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 issue="BCEL-299" type="update" dev="ggregory" due-to="Gary
Gregory, zhangminglei ">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>
<action issue="BCEL-270" type="fix" dev="ggregory"
due-to="Alexandru-Constantin Bledea">Calling toString(ConstantPool) on
InvokeInstruction throws NullPointerException.</action>
<action issue="BCEL-321" type="add" dev="ggregory" due-to="Tomo
Suzuki">Refactor subclasses of ClassPathRepository for differences in
underlying cache.</action>