diff options
Diffstat (limited to 'cs/test/Ice/binding/TestI.cs')
-rwxr-xr-x | cs/test/Ice/binding/TestI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/binding/TestI.cs b/cs/test/Ice/binding/TestI.cs index 10897639cb5..ba98c21b1e6 100755 --- a/cs/test/Ice/binding/TestI.cs +++ b/cs/test/Ice/binding/TestI.cs @@ -13,7 +13,7 @@ public class TestI : TestIntfDisp_ { public override string getAdapterName(Ice.Current current) { - return current.adapter.getName(); + return current.adapter.getName(); } } |