summaryrefslogtreecommitdiff
path: root/java/test/Ice/slicing/exceptions/ssrc/TestI.java
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2004-02-24 07:09:29 +0000
committerMichi Henning <michi@zeroc.com>2004-02-24 07:09:29 +0000
commit0802f5204cd7a50007b97e71aa8b58bfe9d03c95 (patch)
treea624d91c4848c2f5296a868f47bdd6bea161a881 /java/test/Ice/slicing/exceptions/ssrc/TestI.java
parent*** empty log message *** (diff)
downloadice-0802f5204cd7a50007b97e71aa8b58bfe9d03c95.tar.bz2
ice-0802f5204cd7a50007b97e71aa8b58bfe9d03c95.tar.xz
ice-0802f5204cd7a50007b97e71aa8b58bfe9d03c95.zip
Added AMI and AMD tests for exception slicing. Removed a few redundant
semicolons from the source.
Diffstat (limited to 'java/test/Ice/slicing/exceptions/ssrc/TestI.java')
-rw-r--r--java/test/Ice/slicing/exceptions/ssrc/TestI.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/test/Ice/slicing/exceptions/ssrc/TestI.java b/java/test/Ice/slicing/exceptions/ssrc/TestI.java
index 86eb89f5885..975194642d3 100644
--- a/java/test/Ice/slicing/exceptions/ssrc/TestI.java
+++ b/java/test/Ice/slicing/exceptions/ssrc/TestI.java
@@ -97,7 +97,7 @@ public final class TestI extends _TestDisp
}
public void
- knownIntermediateAsknownIntermediate(Ice.Current current)
+ knownIntermediateAsKnownIntermediate(Ice.Current current)
throws KnownIntermediate
{
KnownIntermediate ki = new KnownIntermediate();