File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
itext/itext.kernel/itext/kernel Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ namespace iText.Kernel.Counter {
73
73
/// and register it with
74
74
/// <see cref="SimpleEventCounterFactory"/>
75
75
/// like this:
76
- /// <c>EventCounterManager .getInstance().register(new SimpleEventCounterFactory(new SystemOutEventCounter());</c>
76
+ /// <c>EventCounterHandler .getInstance().register(new SimpleEventCounterFactory(new SystemOutEventCounter());</c>
77
77
/// <see cref="SystemOutEventCounter"/>
78
78
/// is just an example of a
79
79
/// <see cref="EventCounter"/>
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ namespace iText.Kernel.Counter {
55
55
/// and creates a counter for every reader or writer class.
56
56
/// <para />
57
57
/// 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>
59
59
/// <para />
60
60
/// <see cref="SystemOutEventCounterFactory"/>
61
61
/// is just an example of
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ namespace iText.Kernel.Log {
55
55
/// and creates a counter for every reader or writer class.
56
56
/// <para />
57
57
/// 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>
59
59
/// <para />
60
60
/// <see cref="SystemOutCounterFactory"/>
61
61
/// is just an example of
Original file line number Diff line number Diff line change 1
- 9d1c931fa63bcf5441d9c6ff9f4d6e3b75876e20
1
+ b6ddf5d33915bc7a6e4a1f67810021a4746386bd
You can’t perform that action at this time.
0 commit comments