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 3fcca96 commit b481556Copy full SHA for b481556
src/main/java/com/arangodb/springframework/repository/query/StringBasedArangoQuery.java
@@ -36,9 +36,7 @@
36
import org.springframework.expression.spel.support.StandardEvaluationContext;
37
import org.springframework.util.Assert;
38
39
-import java.util.HashSet;
40
-import java.util.Map;
41
-import java.util.Set;
+import java.util.*;
42
import java.util.regex.Matcher;
43
import java.util.regex.Pattern;
44
0 commit comments