diff options
Diffstat (limited to 'java/test/Ice/servantLocatorAMD/TestI.java')
-rw-r--r-- | java/test/Ice/servantLocatorAMD/TestI.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/java/test/Ice/servantLocatorAMD/TestI.java b/java/test/Ice/servantLocatorAMD/TestI.java index bbdbecb3a28..eaa5657feba 100644 --- a/java/test/Ice/servantLocatorAMD/TestI.java +++ b/java/test/Ice/servantLocatorAMD/TestI.java @@ -14,31 +14,31 @@ public final class TestI extends _TestIntfDisp public void requestFailedException_async(AMD_TestIntf_requestFailedException cb, Ice.Current current) { - cb.ice_response(); + cb.ice_response(); } public void unknownUserException_async(AMD_TestIntf_unknownUserException cb, Ice.Current current) { - cb.ice_response(); + cb.ice_response(); } public void unknownLocalException_async(AMD_TestIntf_unknownLocalException cb, Ice.Current current) { - cb.ice_response(); + cb.ice_response(); } public void unknownException_async(AMD_TestIntf_unknownException cb, Ice.Current current) { - cb.ice_response(); + cb.ice_response(); } public void localException_async(AMD_TestIntf_localException cb, Ice.Current current) { - cb.ice_response(); + cb.ice_response(); } // public void @@ -50,13 +50,13 @@ public final class TestI extends _TestIntfDisp public void javaException_async(AMD_TestIntf_javaException cb, Ice.Current current) { - cb.ice_response(); + cb.ice_response(); } public void shutdown_async(AMD_TestIntf_shutdown cb, Ice.Current current) { current.adapter.deactivate(); - cb.ice_response(); + cb.ice_response(); } } |