summaryrefslogtreecommitdiff
path: root/cs/test/Ice/exceptions/ObjectFactoryI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/exceptions/ObjectFactoryI.cs')
-rwxr-xr-xcs/test/Ice/exceptions/ObjectFactoryI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/exceptions/ObjectFactoryI.cs b/cs/test/Ice/exceptions/ObjectFactoryI.cs
index bcf2a782a1f..50833b7034d 100755
--- a/cs/test/Ice/exceptions/ObjectFactoryI.cs
+++ b/cs/test/Ice/exceptions/ObjectFactoryI.cs
@@ -11,7 +11,7 @@ public sealed class ObjectFactoryI : Ice.LocalObjectImpl, Ice.ObjectFactory
{
public Ice.Object create(string s)
{
- return null;
+ return null;
}
public void destroy()