Skip to content

Commit

Permalink
Update api/kogito-api/src/main/java/org/kie/kogito/internal/utils/Con…
Browse files Browse the repository at this point in the history
…versionUtils.java

Co-authored-by: Marián Macik <[email protected]>
  • Loading branch information
fjtirado and MarianMacik authored Jun 22, 2023
1 parent a00ca5d commit 58d7a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static <T> T convert(Object value, Class<T> clazz) {
}

/**
* Converts a string into a list of objects
* Converts a string into a list of objects using `,` as a separator
*
* @param <T>
* @param value object to be converted into list
Expand Down

0 comments on commit 58d7a95

Please sign in to comment.