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 c47d41d commit 02cf123Copy full SHA for 02cf123
quick-start/src/test/java/com/marklogic/quickstart/service/EntityManagerServiceTest.java
@@ -32,12 +32,6 @@ public class EntityManagerServiceTest extends HubTestBase {
32
private static String ENTITY = "test-entity";
33
private static Path projectDir = Paths.get(".", PROJECT_PATH);
34
35
- @Autowired
36
- MockHttpServletRequest request;
37
-
38
39
- MockHttpSession session;
40
41
@Autowired
42
EntityManagerService entityMgrService;
43
0 commit comments