Commit 636e6ea0 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina autowired de constructor base

parent 2bd926a6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -52,7 +52,6 @@ public abstract class TrackingBaseESService extends RGeoDataESService<ElementTra
	@Autowired
	PlatformESService platformESService;

	@Autowired
	protected TrackingBaseESService(TrackingBaseESRepository repository) {
		super(repository);
		this.repository = repository;