summaryrefslogtreecommitdiff
path: root/java/test/Ice/proxy/MyDerivedClassI.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/test/Ice/proxy/MyDerivedClassI.java')
-rw-r--r--java/test/Ice/proxy/MyDerivedClassI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/test/Ice/proxy/MyDerivedClassI.java b/java/test/Ice/proxy/MyDerivedClassI.java
index 6abb2513be0..9a1f0eac2dc 100644
--- a/java/test/Ice/proxy/MyDerivedClassI.java
+++ b/java/test/Ice/proxy/MyDerivedClassI.java
@@ -26,7 +26,7 @@ public final class MyDerivedClassI extends Test.MyDerivedClass
c.adapter.getCommunicator().shutdown();
}
- public java.util.Map
+ public java.util.Map<String, String>
getContext(Ice.Current current)
{
return _ctx;
@@ -39,5 +39,5 @@ public final class MyDerivedClassI extends Test.MyDerivedClass
return super.ice_isA(s, current);
}
- private java.util.Map _ctx;
+ private java.util.Map<String, String> _ctx;
}