Loading atlas-commands/src/main/java/es/redmic/atlascommands/streams/CategoryEventStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -184,6 +184,6 @@ public class CategoryEventStreams extends EventSourcingStreams { protected Event getRollbackEvent(Event prepareRollbackEvent, Event lastSuccessEvent) { return CategoryEventFactory.getEvent(prepareRollbackEvent, CategoryEventTypes.ROLLBACK, ((CategoryEvent) lastSuccessEvent).getCategory()); lastSuccessEvent != null ? ((CategoryEvent) lastSuccessEvent).getCategory() : null); } } atlas-commands/src/main/java/es/redmic/atlascommands/streams/LayerEventStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -420,6 +420,6 @@ public class LayerEventStreams extends EventSourcingStreams { protected Event getRollbackEvent(Event prepareRollbackEvent, Event lastSuccessEvent) { return LayerEventFactory.getEvent(prepareRollbackEvent, LayerEventTypes.ROLLBACK, ((LayerEvent) lastSuccessEvent).getLayer()); lastSuccessEvent != null ? ((LayerEvent) lastSuccessEvent).getLayer() : null); } } atlas-commands/src/main/java/es/redmic/atlascommands/streams/ThemeInspireEventStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -173,6 +173,6 @@ public class ThemeInspireEventStreams extends EventSourcingStreams { protected Event getRollbackEvent(Event prepareRollbackEvent, Event lastSuccessEvent) { return ThemeInspireEventFactory.getEvent(prepareRollbackEvent, ThemeInspireEventTypes.ROLLBACK, ((ThemeInspireEvent) lastSuccessEvent).getThemeInspire()); lastSuccessEvent != null ? ((ThemeInspireEvent) lastSuccessEvent).getThemeInspire() : null); } } Loading
atlas-commands/src/main/java/es/redmic/atlascommands/streams/CategoryEventStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -184,6 +184,6 @@ public class CategoryEventStreams extends EventSourcingStreams { protected Event getRollbackEvent(Event prepareRollbackEvent, Event lastSuccessEvent) { return CategoryEventFactory.getEvent(prepareRollbackEvent, CategoryEventTypes.ROLLBACK, ((CategoryEvent) lastSuccessEvent).getCategory()); lastSuccessEvent != null ? ((CategoryEvent) lastSuccessEvent).getCategory() : null); } }
atlas-commands/src/main/java/es/redmic/atlascommands/streams/LayerEventStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -420,6 +420,6 @@ public class LayerEventStreams extends EventSourcingStreams { protected Event getRollbackEvent(Event prepareRollbackEvent, Event lastSuccessEvent) { return LayerEventFactory.getEvent(prepareRollbackEvent, LayerEventTypes.ROLLBACK, ((LayerEvent) lastSuccessEvent).getLayer()); lastSuccessEvent != null ? ((LayerEvent) lastSuccessEvent).getLayer() : null); } }
atlas-commands/src/main/java/es/redmic/atlascommands/streams/ThemeInspireEventStreams.java +1 −1 Original line number Diff line number Diff line Loading @@ -173,6 +173,6 @@ public class ThemeInspireEventStreams extends EventSourcingStreams { protected Event getRollbackEvent(Event prepareRollbackEvent, Event lastSuccessEvent) { return ThemeInspireEventFactory.getEvent(prepareRollbackEvent, ThemeInspireEventTypes.ROLLBACK, ((ThemeInspireEvent) lastSuccessEvent).getThemeInspire()); lastSuccessEvent != null ? ((ThemeInspireEvent) lastSuccessEvent).getThemeInspire() : null); } }