We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9073e commit 2c8bc65Copy full SHA for 2c8bc65
imixs-workflow-jax-rs/src/main/java/org/imixs/workflow/jaxrs/RestAPIUtil.java
@@ -1,16 +1,15 @@
1
package org.imixs.workflow.jaxrs;
2
3
import java.util.List;
4
+import java.util.StringTokenizer;
5
import java.util.Vector;
6
-import com.ibm.icu.util.StringTokenizer;
7
-
8
/**
9
* This Utility class provides methods to convert Item Values in Rest API calls.
10
*/
11
public class RestAPIUtil {
12
13
- /**
+
+ /**
14
* This method returns a List object from a given comma separated string. The
15
* method returns null if no elements are found. The provided parameter looks
16
* typical like this: <code>
0 commit comments