summaryrefslogtreecommitdiff
path: root/java/demo/Ice/async/Hello.ice
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-12-01 16:05:37 -0800
committerMark Spruiell <mes@zeroc.com>2009-12-01 16:05:37 -0800
commit4bd3e770da6d82205ee1746364b65e04c124e9a1 (patch)
tree369832f722718db50bc4fc5edbbc535674f3fb33 /java/demo/Ice/async/Hello.ice
parentRemoved ICE_HOME from cs project that was missed before (diff)
downloadice-4bd3e770da6d82205ee1746364b65e04c124e9a1.tar.bz2
ice-4bd3e770da6d82205ee1746364b65e04c124e9a1.tar.xz
ice-4bd3e770da6d82205ee1746364b65e04c124e9a1.zip
Always generate new async mapping in Java. Also removed ["ami"] metadata
from Java test/demo Slice files where it is no longer necessary.
Diffstat (limited to 'java/demo/Ice/async/Hello.ice')
-rw-r--r--java/demo/Ice/async/Hello.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/demo/Ice/async/Hello.ice b/java/demo/Ice/async/Hello.ice
index f3bbe38d5b0..90ea8ed422d 100644
--- a/java/demo/Ice/async/Hello.ice
+++ b/java/demo/Ice/async/Hello.ice
@@ -19,7 +19,7 @@ exception RequestCanceledException
interface Hello
{
- ["ami", "amd"] idempotent void sayHello(int delay)
+ ["amd"] idempotent void sayHello(int delay)
throws RequestCanceledException;
void shutdown();