Skip to content

Commit d20a0d6

Browse files
committed
checkstyle fix.
1 parent 112d457 commit d20a0d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mail/src/main/java/org/bouncycastle/mail/smime/SMIMEEnvelopedGenerator.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ public void setBerEncodeRecipients(
115115
/**
116116
* return encrypted content type for enveloped data.
117117
*/
118-
protected String getEncryptedContentType() {
118+
protected String getEncryptedContentType()
119+
{
119120
return ENVELOPED_DATA_CONTENT_TYPE;
120121
}
121122

0 commit comments

Comments
 (0)