diff --git a/src/com/rjconsultores/ventaboletos/utilerias/PasswordHelper.java b/src/com/rjconsultores/ventaboletos/utilerias/PasswordHelper.java index 90590ccbd..30c5556ed 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/PasswordHelper.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/PasswordHelper.java @@ -1,14 +1,11 @@ package com.rjconsultores.ventaboletos.utilerias; import java.util.Date; -import java.util.HashMap; -import java.util.Map; import java.util.Random; import org.apache.commons.lang.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import com.rjconsultores.ventaboletos.utilerias.DateUtil;