Commit 47cc3de3 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade etiqueta al repositorio

parent f814aef9
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ package es.redmic.api.privatedata.repository;
 * #%L
 * API
 * %%
 * Copyright (C) 2019 - 2024 REDMIC Project / Server
 * Copyright (C) 2024 - 2024 REDMIC Project / Server
 * %%
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -20,8 +20,10 @@ package es.redmic.api.privatedata.repository;
 * #L%
 */

import org.springframework.stereotype.Repository;
import es.redmic.es.geodata.tracking.common.repository.TrackingBaseESRepository;

@Repository
public class AnimalObservationTrackingESRepository extends TrackingBaseESRepository {

	protected static String[] INDEX = { "private-geodata" };