Commit 16c3f151 authored by Noel Alonso's avatar Noel Alonso
Browse files

Elimina etiqueta notnull de uuid

parent d61292fe
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@ public abstract class FeatureDTO<TProperties extends PropertiesBaseDTO, TGeometr
	@JsonIgnore
	protected ObjectMapper mapper = new ObjectMapper().registerModules(new JtsModule());

	@NotNull
	private String uuid;

	@JsonSchemaIgnore