Loading vessels-lib/src/main/java/es/redmic/vesselslib/events/vessel/partialupdate/vesseltype/AggregationVesselTypeInVesselPostUpdateEvent.java +3 −1 Original line number Diff line number Diff line Loading @@ -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()); } Loading Loading
vessels-lib/src/main/java/es/redmic/vesselslib/events/vessel/partialupdate/vesseltype/AggregationVesselTypeInVesselPostUpdateEvent.java +3 −1 Original line number Diff line number Diff line Loading @@ -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()); } Loading