mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-16 12:45:48 +00:00
Removing reference to the unknown UserResource class
This commit is contained in:
parent
71f2424542
commit
98d9bbb629
1 changed files with 0 additions and 2 deletions
|
@ -21,8 +21,6 @@ import org.springframework.web.context.WebApplicationContext;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test class for the UserResource REST controller.
|
* Test class for the UserResource REST controller.
|
||||||
*
|
|
||||||
* @see UserResource
|
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringJUnit4ClassRunner.class)
|
@RunWith(SpringJUnit4ClassRunner.class)
|
||||||
@ContextConfiguration({"classpath:spring/business-config.xml", "classpath:spring/tools-config.xml", "classpath:spring/mvc-core-config.xml"})
|
@ContextConfiguration({"classpath:spring/business-config.xml", "classpath:spring/tools-config.xml", "classpath:spring/mvc-core-config.xml"})
|
||||||
|
|
Loading…
Reference in a new issue