--- C:/dev/PROJECTS/ProTest/trunk/src/main/java/com/thoughtworks/protest/candidate/ReverseCandidateComparator.java (revision 171)
+++ C:/dev/PROJECTS/ProTest/trunk/src/main/java/com/thoughtworks/protest/candidate/ReverseCandidateComparator.java (working copy)
@@ -41,7 +41,7 @@
if(first == null)
throw new NullPointerException("first");
- if(first == null)
+ if(second == null)
throw new NullPointerException("second");
return second.getScore() - first.getScore();