Skip to content

Commit

Permalink
Merge branch 'develop' into devsecops
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-ivanov committed Jan 23, 2025
2 parents aed20da + f3c8462 commit 896e414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ public virtual AbstractProductProcessITextEvent GetEvent() {
return @event;
}

/// <summary>Obtains the class from context of the wrapped event.</summary>
/// <returns>class from context</returns>
public override Type GetClassFromContext() {
return GetEvent().GetClassFromContext();
}

/// <summary>Obtains the event type of the wrapped event.</summary>
/// <returns>event type</returns>
public override String GetEventType() {
return GetEvent().GetEventType();
}
Expand Down
2 changes: 1 addition & 1 deletion port-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6bd822bfdf952e1ce87343628038939e1ea30375
a0ed6e3b5b3ed7fe0efa99d11cd0788ab47484ad

0 comments on commit 896e414

Please sign in to comment.