summaryrefslogtreecommitdiff
path: root/csharp/src/Ice/CollocatedRequestHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/src/Ice/CollocatedRequestHandler.cs')
-rw-r--r--csharp/src/Ice/CollocatedRequestHandler.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/csharp/src/Ice/CollocatedRequestHandler.cs b/csharp/src/Ice/CollocatedRequestHandler.cs
index 04a4ba34185..2dc31a14b49 100644
--- a/csharp/src/Ice/CollocatedRequestHandler.cs
+++ b/csharp/src/Ice/CollocatedRequestHandler.cs
@@ -190,7 +190,7 @@ namespace IceInternal
_sendAsyncRequests.Add(outAsync, requestId);
}
}
- catch(System.Exception)
+ catch(Exception)
{
_adapter.decDirectCount();
throw;
@@ -222,7 +222,7 @@ namespace IceInternal
}
else // Optimization: directly call invokeAll if there's no dispatcher.
{
- if (sentAsync(outAsync))
+ if(sentAsync(outAsync))
{
invokeAll(outAsync.getOs(), requestId, batchRequestNum);
}