Skip to content

Commit 7ede824

Browse files
Kate IvanovaiText-CI
authored andcommitted
Fix several kernel/pdf/canvas javadoc warnings
DEVSIX-4158 Autoported commit. Original commit hash: [0751f3f93]
1 parent d8c203d commit 7ede824

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

itext/itext.kernel/itext/kernel/pdf/canvas/parser/listener/FilteredEventListener.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public FilteredEventListener() {
8787
/// delegates
8888
/// along with their filters.
8989
/// </remarks>
90-
/// <param name="delegate_">a delegate that fill be called when all the corresponding filters for an event pass
90+
/// <param name="delegate_">a delegate that will be called when all the corresponding filters for an event pass
9191
/// </param>
9292
/// <param name="filterSet">filters attached to the delegate that will be tested before passing an event on to the delegate
9393
/// </param>
@@ -115,7 +115,8 @@ public FilteredEventListener(IEventListener delegate_, params IEventFilter[] fil
115115
/// instances and parsing the content stream multiple times. This is useful, for instance, when you want
116116
/// to extract content from multiple regions of a page.
117117
/// </remarks>
118-
/// <param name="delegate_">a delegate that fill be called when all the corresponding filters for an event pass
118+
/// <typeparam name="T">the type of the delegate</typeparam>
119+
/// <param name="delegate_">a delegate that will be called when all the corresponding filters for an event pass
119120
/// </param>
120121
/// <param name="filterSet">filters attached to the delegate that will be tested before passing an event on to the delegate
121122
/// </param>

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
390c01484939bc3e93920d7ff171d7a9a2b2fea4
1+
0751f3f9308a21e22d966bccd38274d7e288e21f

0 commit comments

Comments
 (0)