fixes bug #7985 (Remocao de warnings e codigos desnecessarios)

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@62414 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2016-11-08 13:20:45 +00:00
parent 4aa4dbbc32
commit 1cf3b650b1
1 changed files with 0 additions and 4 deletions

View File

@ -3,8 +3,6 @@ package com.rjconsultores.ventaboletos.web.gui.controladores.comissao;
import java.util.HashMap; import java.util.HashMap;
import java.util.Map; import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope; import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;
@ -27,8 +25,6 @@ import com.rjconsultores.ventaboletos.web.utilerias.render.RenderTipoInformativo
public class BusquedaTipoInformativoComissaoController extends MyGenericForwardComposer { public class BusquedaTipoInformativoComissaoController extends MyGenericForwardComposer {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final Logger log = LoggerFactory.getLogger(BusquedaTipoInformativoComissaoController.class);
@Autowired @Autowired
private transient PagedListWrapper<TipoInformativoComissao> plwTipoInformativo; private transient PagedListWrapper<TipoInformativoComissao> plwTipoInformativo;
private MyListbox tipoInformativoList; private MyListbox tipoInformativoList;