Author: britter Date: Tue Jun 7 17:16:00 2016 New Revision: 1747274 URL: http://svn.apache.org/viewvc?rev=1747274&view=rev Log: Remove BCEL-222 from changes.xml
Modified: commons/proper/bcel/trunk/src/changes/changes.xml Modified: commons/proper/bcel/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1747274&r1=1747273&r2=1747274&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/changes/changes.xml (original) +++ commons/proper/bcel/trunk/src/changes/changes.xml Tue Jun 7 17:16:00 2016 @@ -120,9 +120,6 @@ N.B. The Clirr report shows that there a <action issue="BCEL-244" type="update" dev="ggregory">Update Java requirement from 5 to 7</action> <action issue="BCEL-239" type="fix">Interfaces should not be used to define constants</action> <action issue="BCEL-234" type="fix">Code must not swallow Throwable</action> - <action issue="BCEL-222" type="update"> - Major release of BCEL requires updating package name and maven coordinates. - </action> <action issue="BCEL-219" type="update" due-to="Maxim Degtyarev"> Make org.apache.bcel.classfile.ConstantPool.ConstantPool(DataInput) public. </action>