You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by da...@apache.org on 2008/08/19 15:15:00 UTC

svn commit: r687051 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java

Author: dag
Date: Tue Aug 19 06:14:59 2008
New Revision: 687051

URL: http://svn.apache.org/viewvc?rev=687051&view=rev
Log:
Fixed typo in header comment: RunTimeStatisticsParser -> RuntimeStatisticsParser

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java?rev=687051&r1=687050&r2=687051&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/RuntimeStatisticsParser.java Tue Aug 19 06:14:59 2008
@@ -1,6 +1,6 @@
 /*
  *
- * Derby - Class org.apache.derbyTesting.functionTests.util.RunTimeStatisticsParser
+ * Derby - Class org.apache.derbyTesting.functionTests.util.RuntimeStatisticsParser
  *
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with