Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Jan 10, 2025
1 parent a2cd5d7 commit 72bf7bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import org.openbpmn.extensions.BPMNModelExtension;

/**
* The ActorTimeFieldValidatorExtension validates all actor fieldmappings and
* The ActorValidatorExtension validates all actor fieldmappings and
* in acl and mail message nodes on the load and save event.
*
* The validator automatically fixes wrong mappings and sets the isDirty flag on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public int getPriority() {
}

/**
* The ImixsBPMNTaskExtension can only be applied to a BPMN Task element
* The ImixsBPMNTaskExtension can only be applied to a BPMN Cath Event element
*/
@Override
public boolean handlesElementTypeId(final String elementTypeId) {
Expand All @@ -58,7 +58,7 @@ public boolean handlesElementTypeId(final String elementTypeId) {
* This Extension is for BPMN Task Elements only
* <p>
* The method also verifies if the element has a imixs:processid attribute. This
* attribute is added in the 'addExtesnion' method call
* attribute is added in the 'addExtnsion' method call
*/
@Override
public boolean handlesBPMNElement(final BPMNElement bpmnElement) {
Expand Down

0 comments on commit 72bf7bc

Please sign in to comment.