summaryrefslogtreecommitdiff
path: root/java/src/Ice/_ObjectDel.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/Ice/_ObjectDel.java')
-rw-r--r--java/src/Ice/_ObjectDel.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/Ice/_ObjectDel.java b/java/src/Ice/_ObjectDel.java
index 71e35bd5829..ef909d061c0 100644
--- a/java/src/Ice/_ObjectDel.java
+++ b/java/src/Ice/_ObjectDel.java
@@ -12,14 +12,14 @@ package Ice;
public interface _ObjectDel
{
- boolean ice_isA(String __id, java.util.HashMap __context)
+ boolean ice_isA(String __id, java.util.Map __context)
throws LocationForward, IceInternal.NonRepeatable;
- void ice_ping(java.util.HashMap __context)
+ void ice_ping(java.util.Map __context)
throws LocationForward, IceInternal.NonRepeatable;
byte[] ice_invoke(String operation, boolean nonmutating, byte[] inParams,
- java.util.HashMap context)
+ java.util.Map context)
throws LocationForward, IceInternal.NonRepeatable;
void ice_flush();