Small refactor

This commit is contained in:
George Kalampokis 2020-02-17 12:58:17 +02:00
parent aa74f810e5
commit 7b5ae98add
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import java.util.UUID;
@RequestMapping(value = {"/api/language/"})
public class LanguageController {
Environment environment;
private Environment environment;
@Autowired
public LanguageController(Environment environment) {