Commit 41200b69 authored by Noel Alonso's avatar Noel Alonso
Browse files

Añade tipo por defecto

parent bc7fad52
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -18,8 +18,10 @@ public class AggregationVesselTypeInVesselPostUpdateEvent extends VesselTypeEven
				+ getEventBaseSchema() + "]}");
		// @formatter:on

	static String type = "AGGREGATION";

	public AggregationVesselTypeInVesselPostUpdateEvent() {
		super("");
		super(type);
		setSessionId(UUID.randomUUID().toString());
	}