mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02: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
|
* Furthermore, this class swallows exceptions from BC's ArmoredInputStream that are caused
|
||||||
* by missing CRC checksums.
|
* by missing CRC checksums.
|
||||||
|
*
|
||||||
|
* TODO: Validate whether this class is still needed.
|
||||||
*/
|
*/
|
||||||
public class CRCingArmoredInputStreamWrapper extends ArmoredInputStream {
|
public class CRCingArmoredInputStreamWrapper extends ArmoredInputStream {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue