private and course

This commit is contained in:
Filip Izydorczyk
2020-07-25 10:56:11 +02:00
parent 7db0d57a99
commit 44b6b794e0
7 changed files with 72 additions and 6 deletions

View File

@ -9,7 +9,7 @@ import org.springframework.stereotype.Service;
@Service
public class UserService implements EventCreator {
@Autowired
UserRepository repo;
private UserRepository repo;
@Override
public void update() {