summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed4e3a6)
raw | patch | inline | side by side (parent: ed4e3a6)
author | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Wed, 18 Jan 2012 15:02:52 +0000 (16:02 +0100) | ||
committer | Pierre-Yves Ritschard <pyr@spootnik.org> | |
Wed, 18 Jan 2012 15:02:52 +0000 (16:02 +0100) |
bindings/java/org/collectd/java/GenericJMXConfValue.java | patch | blob | history |
diff --git a/bindings/java/org/collectd/java/GenericJMXConfValue.java b/bindings/java/org/collectd/java/GenericJMXConfValue.java
index 0ed1990867f3d161ebbed04eafb12f31d230caa7..0a2abc3393c5d4fa2c9e6c7b8f4a14ab283497d7 100644 (file)
}
catch (javax.management.AttributeNotFoundException e)
{
- value = conn.invoke (objName, key, null, null);
+ value = conn.invoke (objName, key,
+ /* parameters */ null, /* signature */ null);
}
}
catch (Exception e)