[jboss-cvs] JBossAS SVN: r87310 - branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Apr 14 16:31:30 EDT 2009


Author: emuckenhuber
Date: 2009-04-14 16:31:29 -0400 (Tue, 14 Apr 2009)
New Revision: 87310

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
Log:
synchronize load()

Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-04-14 20:04:45 UTC (rev 87309)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagementViewImpl.java	2009-04-14 20:31:29 UTC (rev 87310)
@@ -194,7 +194,7 @@
       release();
    }
    
-   public boolean load()
+   public synchronized boolean load()
    {
       // If the profile is not modified do nothing
       if(isReload() == false)




More information about the jboss-cvs-commits mailing list