Commit 9ad164ea authored by smanohar's avatar smanohar

unnecssary SOP commented

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196158 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c45224af
...@@ -218,7 +218,7 @@ public class TimeMRP ...@@ -218,7 +218,7 @@ public class TimeMRP
public int compare(TimeMRP s1, TimeMRP s2) public int compare(TimeMRP s1, TimeMRP s2)
{ {
System.out.println("inside comparator["+s1.getDueDate()+"]["+s2.getDueDate()+"]"); //System.out.println("inside comparator["+s1.getDueDate()+"]["+s2.getDueDate()+"]");
//ascending order //ascending order
return s1.getDueDate().compareTo(s2.getDueDate()); return s1.getDueDate().compareTo(s2.getDueDate());
//descending order //descending order
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment