You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2005/12/08 01:01:02 UTC

svn commit: r354914 - /geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java

Author: dain
Date: Wed Dec  7 16:01:01 2005
New Revision: 354914

URL: http://svn.apache.org/viewcvs?rev=354914&view=rev
Log:
Fixed typo in warning message

Modified:
    geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java

Modified: geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java
URL: http://svn.apache.org/viewcvs/geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java?rev=354914&r1=354913&r2=354914&view=diff
==============================================================================
--- geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java (original)
+++ geronimo/trunk/modules/system/src/java/org/apache/geronimo/system/configuration/ServerOverride.java Wed Dec  7 16:01:01 2005
@@ -74,7 +74,7 @@
         out.println("<!-- ======================================================== -->");
         out.println("<!-- Warning - This XML file is re-generated by Geronimo when -->");
         out.println("<!-- changes are made to Geronimo's configuration, therefore  -->");
-        out.println("<!-- therefore any comments added to this file will be lost.  -->");
+        out.println("<!-- any comments added to this file will be lost.            -->");
         out.println("<!-- ======================================================== -->");
         out.println();
         out.println("<attributes xmlns=\"http://geronimo.apache.org/xml/ns/attributes\">");