Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
fae0e78
)
THRIFT-467. csharp: Fix compilation on Debian Sid
author
David Reiss
<dreiss@apache.org>
Mon, 27 Apr 2009 19:25:23 +0000
(19:25 +0000)
committer
David Reiss
<dreiss@apache.org>
Mon, 27 Apr 2009 19:25:23 +0000
(19:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@769114
13f79535
-47bb-0310-9956-
ffa450edef68
lib/csharp/src/Collections/THashSet.cs
patch
|
blob
|
history
diff --git
a/lib/csharp/src/Collections/THashSet.cs
b/lib/csharp/src/Collections/THashSet.cs
index
cd4e19b
..
a995769
100644
(file)
--- a/
lib/csharp/src/Collections/THashSet.cs
+++ b/
lib/csharp/src/Collections/THashSet.cs
@@
-37,7
+37,7
@@
namespace Thrift.Collections
public bool IsReadOnly
{
- get { return
set.IsReadOnly
; }
+ get { return
false
; }
}
public void Add(T item)