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 dj...@apache.org on 2006/08/24 02:38:46 UTC

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

Author: djd
Date: Wed Aug 23 17:38:45 2006
New Revision: 434273

URL: http://svn.apache.org/viewvc?rev=434273&view=rev
Log:
DERBY-1555 fix stray character in TestConfiguration that broke build.

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

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java?rev=434273&r1=434272&r2=434273&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/junit/TestConfiguration.java Wed Aug 23 17:38:45 2006
@@ -1,4 +1,4 @@
-d/*
+/*
  *
  * Derby - Class TestConfiguration
  *