Author: kwilliams
Date: Thu May 29 08:43:20 2008
New Revision: 661366

URL: http://svn.apache.org/viewvc?rev=661366&view=rev
Log:
Updates to comment processor

Modified:
    incubator/tuscany/java/sca/vtest/java-api/processcomments.rb

Modified: incubator/tuscany/java/sca/vtest/java-api/processcomments.rb
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/vtest/java-api/processcomments.rb?rev=661366&r1=661365&r2=661366&view=diff
==============================================================================
--- incubator/tuscany/java/sca/vtest/java-api/processcomments.rb (original)
+++ incubator/tuscany/java/sca/vtest/java-api/processcomments.rb Thu May 29 
08:43:20 2008
@@ -38,6 +38,7 @@
     @first_line_tested = @lines_tested.first
   end  
   
+  #Define sort criteria
   def <=>(test_method)  
     @first_line_tested.<=>(test_method.first_line_tested)  
   end  


Reply via email to