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 { ...@@ -13,7 +13,7 @@ public class UserController {
public DatabaseUserDetailsService databaseUserDetailsService; public DatabaseUserDetailsService databaseUserDetailsService;
@Autowired @Autowired
private final AppUserRepository repository; private final AppUserRepository repository;
// test for git
public UserController(AppUserRepository repository) { public UserController(AppUserRepository repository) {
this.repository = 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