Add TODO to CRCinArmoredInputStreamWrapper

This commit is contained in:
Paul Schaub 2023-09-29 14:58:25 +02:00
parent aca884e936
commit 8382da923d
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ import javax.annotation.Nonnull;
*
* Furthermore, this class swallows exceptions from BC's ArmoredInputStream that are caused
* by missing CRC checksums.
*
* TODO: Validate whether this class is still needed.
*/
public class CRCingArmoredInputStreamWrapper extends ArmoredInputStream {