1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-16 00:24:51 +02:00

Postpone removal of OpenPgpMetadata to 1.6.X

This commit is contained in:
Paul Schaub 2023-06-19 12:01:44 +02:00
parent c962b7920b
commit beccd6c5c7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ public class MessageMetadata {
/**
* Convert this {@link MessageMetadata} object into a legacy {@link OpenPgpMetadata} object.
* This method is intended to be used for a transition period between the 1.3 / 1.4+ branches.
* TODO: Remove in 1.5.X
* TODO: Remove in 1.6.X
*
* @return converted {@link OpenPgpMetadata} object
*/

View file

@ -31,7 +31,7 @@ import org.pgpainless.util.SessionKey;
* Legacy class containing metadata about an OpenPGP message.
* It is advised to use {@link MessageMetadata} instead.
*
* TODO: Remove in 1.5.X
* TODO: Remove in 1.6.X
*/
public class OpenPgpMetadata {