Skip to content

Commit

Permalink
small typos and comment improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Micha Kiener committed Jan 8, 2024
1 parent 6cd1b06 commit 7d40dae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ public interface CmmnRuntimeService {
CaseInstanceStartEventSubscriptionModificationBuilder createCaseInstanceStartEventSubscriptionModificationBuilder();

/**
* Creates a new event subscription deletion builder delete one or more previously registered case start event subscriptions based
* Creates a new event subscription deletion builder to delete one or more previously registered case start event subscriptions based
* on a particular case definition and with an optional combination of correlation parameter values.
*
* @return the subscription deletion builder
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected CaseDefinition getLatestCaseDefinitionByKey(String caseDefinitionKey,

} else {
throw new FlowableObjectNotFoundException("Case definition with key '" + caseDefinitionKey +
"' and tenantId '"+ tenantId +"' was not found", CaseDefinition.class);
"' and tenantId '" + tenantId + "' was not found.", CaseDefinition.class);
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import org.flowable.common.engine.impl.interceptor.CommandContext;

/**
* This command either modifies event subscriptions with a case start event and optional correlation parameter values.
* This command deletes event subscriptions with a case start event and optional correlation parameter values.
*
* @author Micha Kiener
*/
Expand Down

0 comments on commit 7d40dae

Please sign in to comment.