Skip to content

Commit

Permalink
checkstyle fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dghgit committed Dec 31, 2024
1 parent 112d457 commit d20a0d6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ public void setBerEncodeRecipients(
/**
* return encrypted content type for enveloped data.
*/
protected String getEncryptedContentType() {
protected String getEncryptedContentType()
{
return ENVELOPED_DATA_CONTENT_TYPE;
}

Expand Down

0 comments on commit d20a0d6

Please sign in to comment.