diff options
| author | Steven Shaw <steshaw@apache.org> | 2006-11-28 21:43:07 +0000 |
|---|---|---|
| committer | Steven Shaw <steshaw@apache.org> | 2006-11-28 21:43:07 +0000 |
| commit | 383a2c3ba7afb9f3c49b6980b3b64439e9e8e6ae (patch) | |
| tree | c5b74e36996a959b666363cfd5cba568617e9077 /dotnet/Qpid.Client/qms | |
| parent | 9e3b387e4b2c0f1101270c993f7b7cafbb88f2e9 (diff) | |
| download | qpid-python-383a2c3ba7afb9f3c49b6980b3b64439e9e8e6ae.tar.gz | |
Fix compiler warnings.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@480221 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/qms')
| -rw-r--r-- | dotnet/Qpid.Client/qms/failover/FailoverSingleServer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dotnet/Qpid.Client/qms/failover/FailoverSingleServer.cs b/dotnet/Qpid.Client/qms/failover/FailoverSingleServer.cs index f077f75fdf..60e4c24987 100644 --- a/dotnet/Qpid.Client/qms/failover/FailoverSingleServer.cs +++ b/dotnet/Qpid.Client/qms/failover/FailoverSingleServer.cs @@ -112,7 +112,7 @@ namespace Qpid.Client.qms.failover { _retries = int.Parse(retries); } - catch (FormatException nfe) + catch (FormatException) { _retries = DEFAULT_SERVER_RETRIES; } @@ -144,4 +144,4 @@ namespace Qpid.Client.qms.failover } } -}
\ No newline at end of file +} |
