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

cleanup

parent 619749ee
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,12 @@ package de.deadlocker8.budgetmaster.settings; ...@@ -3,14 +3,12 @@ package de.deadlocker8.budgetmaster.settings;
import de.deadlocker8.budgetmaster.authentication.User; import de.deadlocker8.budgetmaster.authentication.User;
import de.deadlocker8.budgetmaster.authentication.UserRepository; import de.deadlocker8.budgetmaster.authentication.UserRepository;
import de.deadlocker8.budgetmaster.utils.DateHelper; import de.deadlocker8.budgetmaster.utils.DateHelper;
import de.deadlocker8.budgetmaster.utils.Strings;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereotype.Service; import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional; import org.springframework.transaction.annotation.Transactional;
import org.springframework.validation.FieldError;
import javax.annotation.PostConstruct; import javax.annotation.PostConstruct;
import java.lang.reflect.Field; import java.lang.reflect.Field;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment