ItEr18S04ArquitecturaServidorItEr17S04: Removing @Service annotation. It already has the @Repository stereotype.

This commit is contained in:
Óscar González Fernández 2009-07-27 20:49:25 +02:00 committed by Javier Moran Rua
parent cc8c1dd305
commit 71da412317

View file

@ -10,7 +10,6 @@ import org.navalplanner.business.workreports.entities.WorkReportLine;
import org.springframework.beans.factory.config.BeanDefinition;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.Service;
/**
@ -19,7 +18,6 @@ import org.springframework.stereotype.Service;
* @author Diego Pino García <dpino@igalia.com>
* @author Susana Montes Pedreira <smontes@wirelessgalicia.com>
*/
@Service
@Repository
@Scope(BeanDefinition.SCOPE_SINGLETON)
public class WorkReportLineDAO extends