|
@@ -79,8 +79,7 @@ public class StartDatafeedResponse implements ToXContentObject {
|
|
|
}
|
|
|
|
|
|
StartDatafeedResponse that = (StartDatafeedResponse) other;
|
|
|
- return started == started
|
|
|
- && Objects.equals(node, that.node);
|
|
|
+ return started == that.started && Objects.equals(node, that.node);
|
|
|
}
|
|
|
|
|
|
@Override
|