mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
Remove unused WebApplicationContext property
This commit is contained in:
parent
1b4d4256c4
commit
ca3bb07fa4
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ public class VetControllerTests {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private VetController vetController;
|
private VetController vetController;
|
||||||
|
|
||||||
@Autowired
|
|
||||||
private WebApplicationContext ctx;
|
|
||||||
|
|
||||||
private MockMvc mockMvc;
|
private MockMvc mockMvc;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue