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 9c663d8 commit 5ceaa57
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public List<String> getHandledElementTypeIds() {
extensionIds = new ArrayList<>();
for (BPMNElementExtension extension : extensions) {
String extensionID = "extension:" + extension.getNamespace();
// validate if the extension is no Default Extension Namspace.
// validate if the extension is no Default Extension Namespace.
if (!BPMNNS.BPMN2.name().equals(extension.getNamespace()) && !extensionIds.contains(extensionID)) {
extensionIds.add(extensionID);
}
Expand All @@ -98,7 +98,7 @@ public Optional<Command> createCommand(final CreateNodeOperation operation) {
}

/**
* We expect that the EventDefintion was dropped on a Event. See
* We expect that the EventDefinition was dropped on a Event. See
* {@link BPMNDiagramConfiguration} method getShapeTypeHints
*/
protected void executeOperation(final CreateNodeOperation operation) {
Expand Down

0 comments on commit 5ceaa57

Please sign in to comment.