diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-06 15:45:02 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2023-02-06 15:45:02 +0700 |
commit | c314c0df07d600cfc745448c7debdd8c7d0bf44a (patch) | |
tree | 2a1e9ade8ad2d5efd9730a7a0227cc84d2a9db0c /crypto/src/cms/CMSContentInfoParser.cs | |
parent | New tagged object methods and refactoring (diff) | |
download | BouncyCastle.NET-ed25519-c314c0df07d600cfc745448c7debdd8c7d0bf44a.tar.xz |
Update comments
Diffstat (limited to '')
-rw-r--r-- | crypto/src/cms/CMSContentInfoParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/src/cms/CMSContentInfoParser.cs b/crypto/src/cms/CMSContentInfoParser.cs index 034ff40b6..32b0d6359 100644 --- a/crypto/src/cms/CMSContentInfoParser.cs +++ b/crypto/src/cms/CMSContentInfoParser.cs @@ -6,7 +6,7 @@ using Org.BouncyCastle.Asn1.Cms; namespace Org.BouncyCastle.Cms { - // TODO Make abstract in next API revision + // TODO[api] Make abstract public class CmsContentInfoParser : IDisposable { |