Skip to content
Snippets Groups Projects
Commit 10ed1cdc authored by Robert Goldmann's avatar Robert Goldmann
Browse files

cleanup

parent 2c3fa471
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ public enum DateFormatStyle ...@@ -8,7 +8,7 @@ public enum DateFormatStyle
LONG_MONTH_AND_YEAR("MMMM yyyy"), LONG_MONTH_AND_YEAR("MMMM yyyy"),
DATE_TIME("dd.MM.yyyy HH:mm"); DATE_TIME("dd.MM.yyyy HH:mm");
private String key; private final String key;
DateFormatStyle(String key) DateFormatStyle(String key)
{ {
......
...@@ -12,7 +12,7 @@ import java.util.Locale; ...@@ -12,7 +12,7 @@ import java.util.Locale;
@Service @Service
public class LocalizationService implements Localization.LocalizationDelegate public class LocalizationService implements Localization.LocalizationDelegate
{ {
private SettingsService settingsService; private final SettingsService settingsService;
@Autowired @Autowired
public LocalizationService(SettingsService settingsService) public LocalizationService(SettingsService settingsService)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment