CVS: junit/src/org/junit/runner/manipulation Sorter.java, 1.1, 1.2

David Saff <[email protected]>
Newsgroups gmane.comp.java.junit.devel
Message-ID <[email protected]>
Update of /cvsroot/junit/junit/src/org/junit/runner/manipulation
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv2290/src/org/junit/runner/manipulation

Modified Files:
	Sorter.java 
Log Message:
Fixing exception handling and documentation

Index: Sorter.java
===================================================================
RCS file: /cvsroot/junit/junit/src/org/junit/runner/manipulation/Sorter.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Sorter.java	21 Nov 2006 18:53:40 -0000	1.1
+++ Sorter.java	21 Feb 2007 20:26:29 -0000	1.2
@@ -5,10 +5,11 @@
 import org.junit.runner.Description;
 import org.junit.runner.Runner;
 
-//TODO add an example
 /**
  * A <code>Sorter</code> orders tests. In general you will not need
  * to use a <code>Sorter</code> directly. Instead, use {@link org.junit.runner.Request#sortWith(Comparator)}.
+ * 
+ * 
  */
 public class Sorter implements Comparator<Description> {
 	private final Comparator<Description> fComparator;


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.