summary refs log tree commit diff
path: root/crypto/src/cms/CMSContentInfoParser.cs
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/src/cms/CMSContentInfoParser.cs')
-rw-r--r--crypto/src/cms/CMSContentInfoParser.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/src/cms/CMSContentInfoParser.cs b/crypto/src/cms/CMSContentInfoParser.cs
index 86c7f459e..034ff40b6 100644
--- a/crypto/src/cms/CMSContentInfoParser.cs
+++ b/crypto/src/cms/CMSContentInfoParser.cs
@@ -6,7 +6,8 @@ using Org.BouncyCastle.Asn1.Cms;
 
 namespace Org.BouncyCastle.Cms
 {
-	public class CmsContentInfoParser
+    // TODO Make abstract in next API revision
+    public class CmsContentInfoParser
 		: IDisposable
 	{
 		protected ContentInfoParser	contentInfo;