[jboss-cvs] JBossAS SVN: r86193 - in projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss: profileservice/spi and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 05:55:31 EDT 2009


Author: emuckenhuber
Date: 2009-03-23 05:55:31 -0400 (Mon, 23 Mar 2009)
New Revision: 86193

Modified:
   projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java
   projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java
Log:
merge 86191, 86192 - reload, space

Modified: projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java
===================================================================
--- projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java	2009-03-23 09:53:04 UTC (rev 86192)
+++ projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/deployers/spi/management/ManagementView.java	2009-03-23 09:55:31 UTC (rev 86193)
@@ -42,8 +42,10 @@
    /**
     * Load all active profiles in the ManagementView for future operations.  
     * This must be called before the other ManagementView operations may be used.
+    * 
+    * @return if the ManagementView was reloaded
     */
-   void load();
+   boolean load();
 
    /**
     * Reload the current profiles managed deployments/objects.

Modified: projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java
===================================================================
--- projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java	2009-03-23 09:53:04 UTC (rev 86192)
+++ projects/integration/branches/5_x/jboss-profileservice-spi/src/main/java/org/jboss/profileservice/spi/ProfileKey.java	2009-03-23 09:55:31 UTC (rev 86193)
@@ -152,7 +152,7 @@
       tmp.append(getClass().getSimpleName());
       tmp.append('@').append(Integer.toHexString(System.identityHashCode(this)));
       tmp.append('[');
-      tmp.append(" domain=");
+      tmp.append("domain=");
       tmp.append(domain);
       tmp.append(", server=");
       tmp.append(server);




More information about the jboss-cvs-commits mailing list