From 030eef16d880e0679e9b1687f62cb8829cf4d10c Mon Sep 17 00:00:00 2001 From: aristides Date: Thu, 8 Apr 2021 19:33:26 +0000 Subject: [PATCH] fixes bug#21867 qua: dev: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@106132 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../rjconsultores/ventaboletos/utilerias/PasswordHelper.java | 3 --- 1 file changed, 3 deletions(-) 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;