mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20: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
|
@ -33,9 +33,6 @@ public class VetControllerTests {
|
|||
@Autowired
|
||||
private VetController vetController;
|
||||
|
||||
@Autowired
|
||||
private WebApplicationContext ctx;
|
||||
|
||||
private MockMvc mockMvc;
|
||||
|
||||
@Before
|
||||
|
|
Loading…
Reference in a new issue