mirror of
https://github.com/Telecominfraproject/wlan-cloud-services.git
synced 2026-01-27 10:23:02 +00:00
WIFI-1221 Use the current time for the timestamp for Status Remove/Clear Event
This commit is contained in:
@@ -11,7 +11,7 @@ public class StatusRemovedEvent extends EquipmentEventWithPayload<Status> {
|
||||
private static final long serialVersionUID = 7142208488887559985L;
|
||||
|
||||
public StatusRemovedEvent(Status status){
|
||||
super(status.getCustomerId(), status.getEquipmentId(), status.getLastModifiedTimestamp(), status);
|
||||
super(status.getCustomerId(), status.getEquipmentId(), System.currentTimeMillis(), status);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user