[jboss-cvs] JBossAS SVN: r79836 - trunk/main/src/main/org/jboss/system/server.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 21 09:32:13 EDT 2008


Author: adrian at jboss.org
Date: 2008-10-21 09:32:13 -0400 (Tue, 21 Oct 2008)
New Revision: 79836

Modified:
   trunk/main/src/main/org/jboss/system/server/ServerConfig.java
Log:
Fix the javadoc

Modified: trunk/main/src/main/org/jboss/system/server/ServerConfig.java
===================================================================
--- trunk/main/src/main/org/jboss/system/server/ServerConfig.java	2008-10-21 13:30:58 UTC (rev 79835)
+++ trunk/main/src/main/org/jboss/system/server/ServerConfig.java	2008-10-21 13:32:13 UTC (rev 79836)
@@ -74,7 +74,7 @@
    /**
     * The bootstrap url
     *
-    * <p>If not set then the server will default to {@link #SERVER_CONFIG_URL/bootstrap.xml}.
+    * <p>If not set then the server will default to {@link #SERVER_CONFIG_URL}/bootstrap.xml.
     */
    String BOOTSTRAP_URL = "jboss.bootstrap.url";
 




More information about the jboss-cvs-commits mailing list