Author: simonetripodi
Date: Mon Oct 17 06:11:24 2011
New Revision: 1185016
URL: http://svn.apache.org/viewvc?rev=1185016&view=rev
Log:
removed duplicates
Modified:
commons/proper/ognl/trunk/src/changes/changes.xml
Modified: commons/proper/ognl/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/changes/changes.xml?rev=1185016&r1=1185015&r2=1185016&view=diff
==============================================================================
--- commons/proper/ognl/trunk/src/changes/changes.xml (original)
+++ commons/proper/ognl/trunk/src/changes/changes.xml Mon Oct 17 06:11:24 2011
@@ -23,8 +23,7 @@
</properties>
<body>
<release version="4.0-incubating" date="TBD" description="First ASF
release under Incubation.">
- <action issue="OGNL-28" type="update" dev="mcucchiara">OGNL-28 - Visitor
pattern needs way to propagate exceptions (contributed by Daniel
Pitts).</action>
- <action issue="OGNL-27" type="update" dev="simonetripodi">Move
"toString" implementations into visitor pattern.</action>
+ <action issue="OGNL-28" type="update" dev="mcucchiara">Visitor pattern
needs way to propagate exceptions (contributed by Daniel Pitts).</action>
<action issue="OGNL-27" type="update" dev="simonetripodi">Move
"toString" implementations into visitor pattern.</action>
<action issue="OGNL-26" type="update" dev="grobmeier">JUnit Tests
produce confusing output.</action>
<action issue="OGNL-21" type="update" dev="grobmeier">Remove dead and
broken code from OgnlRuntime/SimpleNode (with contributions by Daniel
Pitts)</action>