summary refs log tree commit diff
path: root/crypto/src/util/io/TeeInputStream.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-04 19:52:55 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-04 19:52:55 +0700
commit94ce0115017a8e36bfae253274ce0d804d928009 (patch)
tree42ea6057291ac35185e136e79922d7f5c47ae4c7 /crypto/src/util/io/TeeInputStream.cs
parentReplace Close with Dispose for PORTABLE (diff)
downloadBouncyCastle.NET-ed25519-94ce0115017a8e36bfae253274ce0d804d928009.tar.xz
Oops, fix method names
Diffstat (limited to 'crypto/src/util/io/TeeInputStream.cs')
-rw-r--r--crypto/src/util/io/TeeInputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/util/io/TeeInputStream.cs b/crypto/src/util/io/TeeInputStream.cs

index 4b3203d71..e5fc10157 100644 --- a/crypto/src/util/io/TeeInputStream.cs +++ b/crypto/src/util/io/TeeInputStream.cs
@@ -19,7 +19,7 @@ namespace Org.BouncyCastle.Utilities.IO } #if PORTABLE - protected override void Disposing(bool disposing) + protected override void Dispose(bool disposing) { if (disposing) {