From 0bc0ce9814df6e2c5d226e5cde13695df6091d9a Mon Sep 17 00:00:00 2001 From: jprocter Date: Mon, 21 Apr 2008 17:18:05 +0000 Subject: [PATCH] castor debug option cleared --- src/castor.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/castor.properties b/src/castor.properties index 72f4ee6..618cd87 100644 --- a/src/castor.properties +++ b/src/castor.properties @@ -104,7 +104,7 @@ org.exolab.castor.marshalling.validation=true # True if debugging output should be generated. # Defaults to false. # -org.exolab.castor.debug=true +org.exolab.castor.debug=false # List of collection handlers for Java 1.1 and Java 1.2 run-times: # -- 1.7.10.2