[jboss-cvs] JBossAS SVN: r89204 - 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
Wed May 20 13:05:42 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-05-20 13:05:42 -0400 (Wed, 20 May 2009)
New Revision: 89204

Modified:
   branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagedPropertyDelegate.java
Log:
JBAS-6621, update jboss-managed to 2.1.0.GA

Modified: branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagedPropertyDelegate.java
===================================================================
--- branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagedPropertyDelegate.java	2009-05-20 17:01:11 UTC (rev 89203)
+++ branches/Branch_5_x/profileservice/src/main/org/jboss/profileservice/management/ManagedPropertyDelegate.java	2009-05-20 17:05:42 UTC (rev 89204)
@@ -23,6 +23,7 @@
 
 import java.io.Serializable;
 import java.lang.annotation.Annotation;
+import java.util.Collection;
 import java.util.Map;
 import java.util.Set;
 
@@ -154,6 +155,11 @@
       return propValue;
    }
 
+   public Collection<String> getAdminViewUses()
+   {
+      return delegate.getAdminViewUses();
+   }
+
    public boolean hasAnnotation(String key)
    {
       return delegate.hasAnnotation(key);




More information about the jboss-cvs-commits mailing list