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
*
|