set "http" on NodeInfo instances if it is passed in the constructor

This commit is contained in:
Njal Karevoll 2011-11-28 15:59:53 +01:00 committed by Shay Banon
parent d5aa7574f3
commit b1707d219f
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public class NodeInfo extends NodeOperationResponse {
this.jvm = jvm;
this.network = network;
this.transport = transport;
this.http = http;
}
/**