Skip to content

Commit 3900e6f

Browse files
committed
Fix broken unnecessary import
1 parent 306c894 commit 3900e6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exist-core/src/main/java/org/exist/xquery/value/DecimalValue.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,10 @@
2323

2424
import com.ibm.icu.text.Collator;
2525
import org.exist.xquery.Constants;
26-
import org.exist.xquery.Constants.Comparison;
2726
import org.exist.xquery.ErrorCodes;
2827
import org.exist.xquery.XPathException;
2928

3029
import javax.annotation.Nullable;
31-
import javax.xml.bind.annotation.XmlType;
3230
import java.lang.reflect.InvocationTargetException;
3331
import java.lang.reflect.Method;
3432
import java.math.BigDecimal;

0 commit comments

Comments
 (0)