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…
Reference in New Issue