mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-19 02:42:05 +01:00
Add TODO to CRCinArmoredInputStreamWrapper
This commit is contained in:
parent
aca884e936
commit
8382da923d
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in a new issue