Skip to content

Commit 84c2542

Browse files
committed
Fix javadoc
1 parent 37189fb commit 84c2542

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/jenkins/plugins/openstack/compute/internal/TokenGroup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public class TokenGroup {
5858
* Get list of lists of tokens separated by delimiters.
5959
*
6060
* The inner lists are never empty and contain tokens delimited by delim2. The outer list contains list on the inner
61-
* lists that ware separated by delim1. IOW, it turns "foo<D1>bar<D2>baz<D1>bax" into "((foo),(bar,baz),(bax))"
61+
* lists that ware separated by delim1. IOW, it turns "foo&lt;D1&gt;bar&lt;D2&gt;baz&lt;D1&gt;bax" into "((foo),(bar,baz),(bax))"
6262
*/
6363
public static @Nonnull List<List<String>> from(@Nonnull final String csv, char delim1, char delim2) {
6464
ArrayList<List<String>> ret = new ArrayList<>();

0 commit comments

Comments
 (0)