Skip to content

Commit bf45a3f

Browse files
committed
Add missing override annotation
DEVSIX-1167 Autoported commit. Original commit hash: [a9df7a6e]
1 parent 64c4861 commit bf45a3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

itext/itext.cleanup/itext/pdfcleanup/PdfCleanUpProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ protected internal static Matrix OperandsToMatrix(IList<PdfObject> operands) {
232232
return new Matrix(a, b, c, d, e, f);
233233
}
234234

235-
private override void EventOccurred(IEventData data, EventType type) {
235+
protected override void EventOccurred(IEventData data, EventType type) {
236236
if (supportedEvents == null || supportedEvents.Contains(type)) {
237237
eventListener.EventOccurred(data, type);
238238
}

port-hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9450354018716a490b31c4f81c28207d85d88776
1+
a9df7a6ebb6ee80165f860dac82d98ae884ee7d2

0 commit comments

Comments
 (0)