Commit dfd45655 authored by Wen Wei Li's avatar Wen Wei Li

test

Signed-off-by: Wen Wei Li's avatarandrewli315 <[email protected]>
parent 17484f5e
......@@ -13,7 +13,7 @@ public class UserController {
public DatabaseUserDetailsService databaseUserDetailsService;
@Autowired
private final AppUserRepository repository;
// test for git
public UserController(AppUserRepository repository) {
this.repository = repository;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment