Commit 6a22200f authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia path para obtener mapping

parent 881f2bc1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -34,4 +34,9 @@ public class UnitESRepository extends RWDataESRepository<Unit> {
	public UnitESRepository() {
		super(INDEX, TYPE);
	}

	@Override
	protected String getMappingFilePath(String index, String type) {
		return MAPPING_BASE_PATH + "parameters/" + getType() + MAPPING_FILE_EXTENSION;
	}
}