This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jmx-provider.git
commit 98b45997e90e4a3fec15e7dc8fc818f217aa92ed Author: Carsten Ziegeler <[email protected]> AuthorDate: Tue Oct 15 16:56:48 2013 +0000 SLING-3176 : ValueMap of jmx resource should contain mbean attributes git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1532428 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/sling/jmx/provider/impl/MBeanResource.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/main/java/org/apache/sling/jmx/provider/impl/MBeanResource.java b/src/main/java/org/apache/sling/jmx/provider/impl/MBeanResource.java index d479f45..e062612 100644 --- a/src/main/java/org/apache/sling/jmx/provider/impl/MBeanResource.java +++ b/src/main/java/org/apache/sling/jmx/provider/impl/MBeanResource.java @@ -24,10 +24,8 @@ import java.util.Map; import javax.management.Attribute; import javax.management.AttributeList; -import javax.management.AttributeNotFoundException; import javax.management.InstanceNotFoundException; import javax.management.MBeanAttributeInfo; -import javax.management.MBeanException; import javax.management.MBeanInfo; import javax.management.MBeanServer; import javax.management.ObjectName; @@ -150,12 +148,8 @@ public class MBeanResource extends AbstractResource { } } } - } catch (final AttributeNotFoundException e) { - // ignore } catch (final InstanceNotFoundException e) { // ignore - } catch (final MBeanException e) { - // ignore } catch (final ReflectionException e) { // ignore } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
