Skip to content

Commit 2c8bc65

Browse files
committed
fixed typo
1 parent 6c9073e commit 2c8bc65

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

imixs-workflow-jax-rs/src/main/java/org/imixs/workflow/jaxrs/RestAPIUtil.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
package org.imixs.workflow.jaxrs;
22

33
import java.util.List;
4+
import java.util.StringTokenizer;
45
import java.util.Vector;
56

6-
import com.ibm.icu.util.StringTokenizer;
7-
87
/**
98
* This Utility class provides methods to convert Item Values in Rest API calls.
109
*/
1110
public class RestAPIUtil {
12-
13-
/**
11+
12+
/**
1413
* This method returns a List object from a given comma separated string. The
1514
* method returns null if no elements are found. The provided parameter looks
1615
* typical like this: <code>

0 commit comments

Comments
 (0)