From 1a710ee092ccfeb6f327031e496d59a913ebdc92 Mon Sep 17 00:00:00 2001 From: gleimar Date: Fri, 6 Jan 2017 14:14:19 +0000 Subject: [PATCH] fix build problem. git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@64678 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/SegVKMServiceImpl.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/SegVKMServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/SegVKMServiceImpl.java index 87edb6d7f..69c94a985 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/SegVKMServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/SegVKMServiceImpl.java @@ -8,7 +8,6 @@ import java.math.BigDecimal; import java.util.Calendar; import java.util.List; -import org.jboss.resteasy.client.core.SelfExpandingBufferredInputStream; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional;