[jboss-cvs] JBossAS SVN: r76537 - projects/server-manager/trunk/src/main/java/org/jboss/jbossas/servermanager.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jul 31 17:47:47 EDT 2008


Author: ALRubinger
Date: 2008-07-31 17:47:46 -0400 (Thu, 31 Jul 2008)
New Revision: 76537

Modified:
   projects/server-manager/trunk/src/main/java/org/jboss/jbossas/servermanager/ServerController.java
Log:
[JBASM-9] Widen visibility of isServerStarted

Modified: projects/server-manager/trunk/src/main/java/org/jboss/jbossas/servermanager/ServerController.java
===================================================================
--- projects/server-manager/trunk/src/main/java/org/jboss/jbossas/servermanager/ServerController.java	2008-07-31 21:46:01 UTC (rev 76536)
+++ projects/server-manager/trunk/src/main/java/org/jboss/jbossas/servermanager/ServerController.java	2008-07-31 21:47:46 UTC (rev 76537)
@@ -205,7 +205,7 @@
     * @return whether it is started
     * @throws IOException for any error
     */
-   static boolean isServerStarted(Server server) throws IOException
+   public static boolean isServerStarted(Server server) throws IOException
    {
       URL url = server.getHttpUrl();
       if (server.hasWebServer())




More information about the jboss-cvs-commits mailing list