summaryrefslogtreecommitdiff
path: root/csharp/test/IceBox/configuration/TestI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/IceBox/configuration/TestI.cs')
-rw-r--r--csharp/test/IceBox/configuration/TestI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/test/IceBox/configuration/TestI.cs b/csharp/test/IceBox/configuration/TestI.cs
index 9a3bd286e63..8377955a33d 100644
--- a/csharp/test/IceBox/configuration/TestI.cs
+++ b/csharp/test/IceBox/configuration/TestI.cs
@@ -21,12 +21,12 @@ public class TestI : TestIntfDisp_
{
return current.adapter.getCommunicator().getProperties().getProperty(name);
}
-
+
public override string[]
getArgs(Ice.Current current)
{
return _args;
}
-
+
private string[] _args;
}