mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
set "http" on NodeInfo instances if it is passed in the constructor
This commit is contained in:
parent
d5aa7574f3
commit
b1707d219f
@ -74,6 +74,7 @@ public class NodeInfo extends NodeOperationResponse {
|
||||
this.jvm = jvm;
|
||||
this.network = network;
|
||||
this.transport = transport;
|
||||
this.http = http;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user