Commit acd5a8ee authored by Noel Alonso's avatar Noel Alonso
Browse files

Cambia tipo de evento por cambio de nombre

parent 137b5f69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ public class SelectionAggregate extends Aggregate {
		// CANCELLED
		case "SELECT_CANCELLED":
		case "DESELECT_CANCELLED":
		case "CLEAR_CANCELLED":
		case "CLEAR_SELECTION_CANCELLED":
			logger.debug("Compensación por selección fallida");
			apply((SettingsCancelledEvent) event);
			break;