summaryrefslogtreecommitdiff
path: root/cs/test/Ice/exceptions/ServantLocatorI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/exceptions/ServantLocatorI.cs')
-rwxr-xr-xcs/test/Ice/exceptions/ServantLocatorI.cs4
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)