Skip to content

Commit b481556

Browse files
committed
#80 fix merge error
1 parent 3fcca96 commit b481556

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/java/com/arangodb/springframework/repository/query/StringBasedArangoQuery.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
import org.springframework.expression.spel.support.StandardEvaluationContext;
3737
import org.springframework.util.Assert;
3838

39-
import java.util.HashSet;
40-
import java.util.Map;
41-
import java.util.Set;
39+
import java.util.*;
4240
import java.util.regex.Matcher;
4341
import java.util.regex.Pattern;
4442

0 commit comments

Comments
 (0)