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