Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
f11h committed Mar 25, 2022
1 parent e31d78a commit 491867a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ public abstract class SignedMessageParser<T> {
private boolean signatureVerified = false;

/**
* <p>Base64 encoded signature of the cms message.
* Deprecated: Use getDetachedSignature() or getEmbeddedSignature() instead.</p>
* <p>Base64 encoded signature of the cms message.</p>
*
* <p>This string contains only the signature which signs the message.</p>
* @deprecated Use getDetachedSignature() or getEmbeddedSignature() instead.
*/
@Getter
@Deprecated
Expand Down

0 comments on commit 491867a

Please sign in to comment.