summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/InvocationObserverI.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2012-10-26 16:06:41 +0200
committerBenoit Foucher <benoit@zeroc.com>2012-10-26 16:06:41 +0200
commite811b38b5f593f49f54be82385537ac1abeb0f94 (patch)
tree3a633d6ed7407cdbfef7c39f028f201542a081bd /java/src/IceInternal/InvocationObserverI.java
parentFixed UDP IPv6 test failures on OS X (diff)
downloadice-e811b38b5f593f49f54be82385537ac1abeb0f94.tar.bz2
ice-e811b38b5f593f49f54be82385537ac1abeb0f94.tar.xz
ice-e811b38b5f593f49f54be82385537ac1abeb0f94.zip
Minor metrics fixes
Diffstat (limited to 'java/src/IceInternal/InvocationObserverI.java')
-rw-r--r--java/src/IceInternal/InvocationObserverI.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/IceInternal/InvocationObserverI.java b/java/src/IceInternal/InvocationObserverI.java
index 9069fd47d0d..b04cdde3025 100644
--- a/java/src/IceInternal/InvocationObserverI.java
+++ b/java/src/IceInternal/InvocationObserverI.java
@@ -24,7 +24,6 @@ public class InvocationObserverI extends IceMX.Observer<IceMX.InvocationMetrics>
Class<?> cl = RemoteInvocationHelper.class;
add("parent", cl.getDeclaredMethod("getParent"));
add("id", cl.getDeclaredMethod("getId"));
- add("endpoint", cl.getDeclaredMethod("getEndpoint"));
CommunicatorObserverI.addConnectionAttributes(this, RemoteInvocationHelper.class);
}
catch(Exception ex)