Skip to content

Commit

Permalink
Chore: make Javadoc match the code
Browse files Browse the repository at this point in the history
  • Loading branch information
dbmalkovsky authored and filiphr committed Aug 17, 2023
1 parent 006985b commit 4d834ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ public enum FlowableEngineEventType implements FlowableEventType {
/**
* @param string
* the string containing a comma-separated list of event-type names
* @return a list of FlowableEngineEventType based on the given list.
* @return an array of FlowableEngineEventType based on the given string.
* @throws FlowableIllegalArgumentException
* when one of the given string is not a valid type name
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public enum FlowableIdmEventType implements FlowableEventType {
/**
* @param string
* the string containing a comma-separated list of event-type names
* @return a list of {@link FlowableIdmEventType} based on the given list.
* @return an array of {@link FlowableIdmEventType} based on the given string.
* @throws IllegalArgumentException
* when one of the given string is not a valid type name
*/
Expand Down

0 comments on commit 4d834ff

Please sign in to comment.