diff options
Diffstat (limited to 'cs/test/Ice/exceptions/ServantLocatorI.cs')
-rwxr-xr-x | cs/test/Ice/exceptions/ServantLocatorI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/test/Ice/exceptions/ServantLocatorI.cs b/cs/test/Ice/exceptions/ServantLocatorI.cs index 9a17dca24cb..60c08d192da 100755 --- a/cs/test/Ice/exceptions/ServantLocatorI.cs +++ b/cs/test/Ice/exceptions/ServantLocatorI.cs @@ -11,8 +11,8 @@ public sealed class ServantLocatorI : Ice.LocalObjectImpl, Ice.ServantLocator { public Ice.Object locate(Ice.Current curr, out Ice.LocalObject cookie) { - cookie = null; - return null; + cookie = null; + return null; } public void finished(Ice.Current curr, Ice.Object servant, Ice.LocalObject cookie) |