We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 306c894 commit 3900e6fCopy full SHA for 3900e6f
exist-core/src/main/java/org/exist/xquery/value/DecimalValue.java
@@ -23,12 +23,10 @@
23
24
import com.ibm.icu.text.Collator;
25
import org.exist.xquery.Constants;
26
-import org.exist.xquery.Constants.Comparison;
27
import org.exist.xquery.ErrorCodes;
28
import org.exist.xquery.XPathException;
29
30
import javax.annotation.Nullable;
31
-import javax.xml.bind.annotation.XmlType;
32
import java.lang.reflect.InvocationTargetException;
33
import java.lang.reflect.Method;
34
import java.math.BigDecimal;
0 commit comments