From fe63ada8d49c5f93ae3e2d57ff2011d5c947463d Mon Sep 17 00:00:00 2001 From: "lucas.taia" Date: Tue, 23 Jul 2019 21:22:57 +0000 Subject: [PATCH] fixes bug#14878 dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@96039 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/utilerias/ApplicationProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java index d7eff688f..840cc48e0 100644 --- a/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java +++ b/src/com/rjconsultores/ventaboletos/utilerias/ApplicationProperties.java @@ -11,7 +11,7 @@ import java.util.Properties; import org.apache.commons.io.IOUtils; import org.apache.commons.lang.StringUtils; -import org.apache.cxf.common.util.CollectionUtils; +import org.apache.commons.collections.CollectionUtils; import org.apache.log4j.Logger; import org.springframework.beans.factory.BeanFactory; import org.springframework.context.ApplicationContext;