diff options
Diffstat (limited to 'csharp/src/Ice/MetricsAdminI.cs')
-rw-r--r-- | csharp/src/Ice/MetricsAdminI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/Ice/MetricsAdminI.cs b/csharp/src/Ice/MetricsAdminI.cs index 2945c962715..fed20667b31 100644 --- a/csharp/src/Ice/MetricsAdminI.cs +++ b/csharp/src/Ice/MetricsAdminI.cs @@ -1045,4 +1045,4 @@ namespace IceInternal private Dictionary<string, MetricsViewI> _views = new Dictionary<string, MetricsViewI>(); private List<string> _disabledViews = new List<string>(); } -}
\ No newline at end of file +} |