Skip to content

Commit

Permalink
Postpone removal of OpenPgpMetadata to 1.6.X
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Jun 19, 2023
1 parent ce092e7 commit 07a33f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public MessageMetadata(@Nonnull Message message) {
/**
* 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* 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 {

Expand Down

0 comments on commit 07a33f8

Please sign in to comment.