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 b039a89 commit a428b48Copy full SHA for a428b48
.github/workflows/maven.yml
@@ -26,7 +26,6 @@ on:
26
- development
27
- master
28
- lineageondemand
29
- - rawquerymigration
30
31
jobs:
32
build:
webapp/src/main/java/org/apache/atlas/web/rest/EntityREST.java
@@ -69,10 +69,7 @@
69
import java.io.InputStream;
70
import java.io.OutputStream;
71
import java.util.*;
72
-import java.util.function.Predicate;
73
-import java.util.stream.Collectors;
74
75
-import static org.apache.commons.collections4.MapUtils.emptyIfNull;
76
import static org.apache.atlas.AtlasErrorCode.BAD_REQUEST;
77
import static org.apache.atlas.AtlasErrorCode.DEPRECATED_API;
78
import static org.apache.atlas.authorize.AtlasPrivilege.*;
0 commit comments