You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2012/07/28 16:26:37 UTC

svn commit: r1366683 - /commons/sandbox/graph/trunk/src/changes/changes.xml

Author: simonetripodi
Date: Sat Jul 28 14:26:36 2012
New Revision: 1366683

URL: http://svn.apache.org/viewvc?rev=1366683&view=rev
Log:
sorted //action elements by //action/@issue DESC

Modified:
    commons/sandbox/graph/trunk/src/changes/changes.xml

Modified: commons/sandbox/graph/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/src/changes/changes.xml?rev=1366683&r1=1366682&r2=1366683&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/src/changes/changes.xml (original)
+++ commons/sandbox/graph/trunk/src/changes/changes.xml Sat Jul 28 14:26:36 2012
@@ -29,9 +29,6 @@
     <action issue="SANDBOX-400" dev="simonetripodi" type="fix">
       Switch the Base graph implementation underlying data structures to the thread safe version
     </action>
-    <action issue="SANDBOX-392" dev="marcosperanza" type="fix">
-      Add test for Kosaraju Sharir Algorithm
-    </action>
     <action issue="SANDBOX-395" dev="cs" type="fix">
       Correct names for classes and variables related to operations on weights
     </action>
@@ -41,6 +38,9 @@
     <action issue="SANDBOX-393" dev="marcosperanza" type="fix">
       Add test for Spanning tree
     </action>
+    <action issue="SANDBOX-392" dev="marcosperanza" type="fix">
+      Add test for Kosaraju Sharir Algorithm
+    </action>
     <action issue="SANDBOX-391" dev="marcosperanza" type="fix">
       removeEdge method: missing implementation
     </action>