mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 17:32:06 +01:00
Postpone removal of OpenPgpMetadata to 1.6.X
This commit is contained in:
parent
ce092e7fc7
commit
07a33f83bf
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ public class MessageMetadata {
|
||||||
/**
|
/**
|
||||||
* Convert this {@link MessageMetadata} object into a legacy {@link OpenPgpMetadata} object.
|
* 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.
|
* 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
|
* @return converted {@link OpenPgpMetadata} object
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -31,7 +31,7 @@ import org.pgpainless.util.SessionKey;
|
||||||
* Legacy class containing metadata about an OpenPGP message.
|
* Legacy class containing metadata about an OpenPGP message.
|
||||||
* It is advised to use {@link MessageMetadata} instead.
|
* It is advised to use {@link MessageMetadata} instead.
|
||||||
*
|
*
|
||||||
* TODO: Remove in 1.5.X
|
* TODO: Remove in 1.6.X
|
||||||
*/
|
*/
|
||||||
public class OpenPgpMetadata {
|
public class OpenPgpMetadata {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue