Further reduced coupling between classes and the need to @Inject the account utils class, fixed imports.

This commit is contained in:
Paul Hawke 2017-09-10 10:23:47 -05:00
parent 9c0cbe7ad5
commit a208c9f273
19 changed files with 66 additions and 84 deletions

View file

@ -5,11 +5,7 @@ import org.apache.commons.codec.digest.DigestUtils;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Locale;
import java.util.TimeZone;
import java.util.regex.Matcher;
import java.util.regex.Pattern;