Skip to content

Commit 816bdc4

Browse files
committed
[fix] Remove unused import.
1 parent 0890078 commit 816bdc4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exist-core/src/main/java/org/exist/xquery/functions/fn/FunTokenize.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121
*/
2222
package org.exist.xquery.functions.fn;
2323

24-
import java.util.regex.Matcher;
25-
import java.util.regex.Pattern;
2624
import java.util.regex.PatternSyntaxException;
2725

2826
import org.exist.dom.QName;

0 commit comments

Comments
 (0)