diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-02-01 17:09:49 +0000 |
commit | abada90e3f84dc703b8ddc9efcbed8a946fadead (patch) | |
tree | 2c6f9dccd510ea97cb927a7bd635422efaae547a /java/test/Ice/servantLocatorAMD/TestI.java | |
parent | removing trace message (diff) | |
download | ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.bz2 ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.tar.xz ice-abada90e3f84dc703b8ddc9efcbed8a946fadead.zip |
Expanded tabs into spaces
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(); } } |