Author: sebb
Date: Thu Mar 3 15:29:53 2011
New Revision: 1076653
URL: http://svn.apache.org/viewvc?rev=1076653&view=rev
Log:
Misplaced end of tag
Modified:
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1076653&r1=1076652&r2=1076653&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Thu Mar 3 15:29:53 2011
@@ -256,7 +256,7 @@ This is primarily a maintenance release,
<action issue="NET-261" dev="rwinston" type="update">
SubnetUtils.SubnetInfo.isInRange(...) behaviour not documented
</action>
- <action issue="NET-262"> dev="rwinston" type="fix"
+ <action issue="NET-262" dev="rwinston" type="fix">
SubnetUtils did not handle /31 and /32 CIDRs well
</action>
<action issue="NET-265" dev="rwinston" type="fix">