mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
[ML] Fix NPE by calling super constructor that inits members. (elastic/x-pack-elasticsearch#1763)
Original commit: elastic/x-pack-elasticsearch@ee47ad8322
This commit is contained in:
parent
22d57ca96e
commit
40700f22b1
@ -171,7 +171,8 @@ public class IsolateDatafeedAction
|
||||
readFrom(in);
|
||||
}
|
||||
|
||||
public Response() {
|
||||
Response() {
|
||||
super(null, null);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user