mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
revert
This commit is contained in:
parent
efc36c2e93
commit
49ae440d0a
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import org.springframework.web.bind.annotation.ResponseBody;
|
||||||
* @author Arjen Poutsma
|
* @author Arjen Poutsma
|
||||||
*/
|
*/
|
||||||
@Controller
|
@Controller
|
||||||
class VetControlle {
|
class VetController {
|
||||||
|
|
||||||
private final VetRepository vetRepository;
|
private final VetRepository vetRepository;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue