diff --git a/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs b/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs
index f84d6480c..ab7808ed7 100644
--- a/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs
+++ b/itext/itext.commons/itext/commons/actions/AbstractEventWrapper.cs
@@ -70,10 +70,14 @@ public virtual AbstractProductProcessITextEvent GetEvent() {
return @event;
}
+ /// Obtains the class from context of the wrapped event.
+ /// class from context
public override Type GetClassFromContext() {
return GetEvent().GetClassFromContext();
}
+ /// Obtains the event type of the wrapped event.
+ /// event type
public override String GetEventType() {
return GetEvent().GetEventType();
}
diff --git a/port-hash b/port-hash
index f132795d8..86552dea5 100644
--- a/port-hash
+++ b/port-hash
@@ -1 +1 @@
-6bd822bfdf952e1ce87343628038939e1ea30375
+a0ed6e3b5b3ed7fe0efa99d11cd0788ab47484ad
\ No newline at end of file