summaryrefslogtreecommitdiff
path: root/java/test/Ice/slicing/exceptions/Test.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/test/Ice/slicing/exceptions/Test.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/test/Ice/slicing/exceptions/Test.ice')
-rw-r--r--java/test/Ice/slicing/exceptions/Test.ice2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/slicing/exceptions/Test.ice b/java/test/Ice/slicing/exceptions/Test.ice
index c59a42e472f..168c0155311 100644
--- a/java/test/Ice/slicing/exceptions/Test.ice
+++ b/java/test/Ice/slicing/exceptions/Test.ice
@@ -34,7 +34,7 @@ exception KnownMostDerived extends KnownIntermediate
string kmd;
};
-["ami"] interface TestIntf
+interface TestIntf
{
void baseAsBase() throws Base;
void unknownDerivedAsBase() throws Base;