Skip to content

Commit 2e64d7f

Browse files
BezrukovMiText-CI
authored andcommitted
Fix PdfSignatureBuildProperties and PdfSigner javadoc warnings
DEVSIX-4576 Autoported commit. Original commit hash: [cc64368ea]
1 parent 40c8c8a commit 2e64d7f

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

itext/itext.sign/itext/signatures/PdfSignatureBuildProperties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public PdfSignatureBuildProperties(PdfDictionary dict)
6464
/// <see cref="PdfSignatureApp"/>
6565
/// dictionary.
6666
/// </summary>
67-
/// <param name="name"/>
67+
/// <param name="name">the signature creator's name to be set</param>
6868
public virtual void SetSignatureCreator(String name) {
6969
GetPdfSignatureAppProperty().SetSignatureCreator(name);
7070
}

itext/itext.sign/itext/signatures/PdfSigner.cs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ protected internal virtual void Close(PdfDictionary update) {
10001000
}
10011001

10021002
/// <summary>Returns the underlying source.</summary>
1003-
/// <returns>The underlying source</returns>
1003+
/// <returns>the underlying source</returns>
10041004
protected internal virtual IRandomAccessSource GetUnderlyingSource() {
10051005
RandomAccessSourceFactory fac = new RandomAccessSourceFactory();
10061006
return raf == null ? fac.CreateSource(bout) : fac.CreateSource(raf);
@@ -1034,7 +1034,11 @@ protected internal virtual void AddDocMDP(PdfSignature crypto) {
10341034
/// This method is only used for signatures that lock fields.
10351035
/// </remarks>
10361036
/// <param name="crypto">the signature dictionary</param>
1037-
/// <param name="fieldLock"/>
1037+
/// <param name="fieldLock">
1038+
/// the
1039+
/// <see cref="iText.Forms.PdfSigFieldLock"/>
1040+
/// instance specified the field lock to be set
1041+
/// </param>
10381042
protected internal virtual void AddFieldMDP(PdfSignature crypto, PdfSigFieldLock fieldLock) {
10391043
PdfDictionary reference = new PdfDictionary();
10401044
PdfDictionary transformParams = new PdfDictionary();

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2be702ae35dac004295920e842e84406416c9c50
1+
cc64368eaf9f070a59119994600afd99a033caaa

0 commit comments

Comments
 (0)