Skip to content

Commit

Permalink
Update exaudfclient/docs/script_options_design.md
Browse files Browse the repository at this point in the history
Fix from review

Co-authored-by: Torsten Kilias <[email protected]>
  • Loading branch information
tomuben and tkilias authored Jan 20, 2025
1 parent 3976379 commit 0eabe59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exaudfclient/docs/script_options_design.md
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ Tags: V2
### Java %jar Option Collection
`dsn~java-jar-option-collection~1`

Implement an algorithm in class `ConverterV2` which parses the given Jar option value in expected format `<file1>:<file2>:...:<filen>`. The algorithm shall splut by colon (':') and then collect the found Jar options in a list.
Implement an algorithm in class `ConverterV2` which parses the given Jar option value in the expected format `<file1>:<file2>:...:<filen>`. The algorithm shall split by colon (':') and then collect the found Jar options in a list.
Compare [OpenJdk implementation](https://github.com/AdoptOpenJDK/openjdk-jdk11/blob/19fb8f93c59dfd791f62d41f332db9e306bc1422/src/java.base/share/classes/jdk/internal/loader/URLClassPath.java#L174) of parsing the classpath.

Covers:
Expand Down

0 comments on commit 0eabe59

Please sign in to comment.