Skip to content

Commit 33f5ba2

Browse files
ars18wrwiText-CI
authored andcommitted
Improve event counter documentation.
Minor fixes related to namings. DEVSIX-2932 Autoported commit. Original commit hash: [b6ddf5d33]
1 parent 4e6be07 commit 33f5ba2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

itext/itext.kernel/itext/kernel/counter/EventCounterHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace iText.Kernel.Counter {
7373
/// and register it with
7474
/// <see cref="SimpleEventCounterFactory"/>
7575
/// like this:
76-
/// <c>EventCounterManager.getInstance().register(new SimpleEventCounterFactory(new SystemOutEventCounter());</c>
76+
/// <c>EventCounterHandler.getInstance().register(new SimpleEventCounterFactory(new SystemOutEventCounter());</c>
7777
/// <see cref="SystemOutEventCounter"/>
7878
/// is just an example of a
7979
/// <see cref="EventCounter"/>

itext/itext.kernel/itext/kernel/counter/IEventCounterFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace iText.Kernel.Counter {
5555
/// and creates a counter for every reader or writer class.
5656
/// <para />
5757
/// You can implement your own counter factory and register it like this:
58-
/// <c>EventCounterManager.getInstance().registerCounter(new SystemOutEventCounterFactory());</c>
58+
/// <c>EventCounterHandler.getInstance().register(new SystemOutEventCounterFactory());</c>
5959
/// <para />
6060
/// <see cref="SystemOutEventCounterFactory"/>
6161
/// is just an example of

itext/itext.kernel/itext/kernel/log/ICounterFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ namespace iText.Kernel.Log {
5555
/// and creates a counter for every reader or writer class.
5656
/// <para />
5757
/// You can implement your own counter factory and register it like this:
58-
/// <c>CounterManager.getInstance().registerCounter(new SystemOutCounterFactory());</c>
58+
/// <c>CounterManager.getInstance().register(new SystemOutCounterFactory());</c>
5959
/// <para />
6060
/// <see cref="SystemOutCounterFactory"/>
6161
/// is just an example of

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9d1c931fa63bcf5441d9c6ff9f4d6e3b75876e20
1+
b6ddf5d33915bc7a6e4a1f67810021a4746386bd

0 commit comments

Comments
 (0)