Polish whitespace

This commit is contained in:
Chris Beams 2014-11-10 00:41:36 +01:00
parent 18c399b30c
commit a4cf7a0aeb
No known key found for this signature in database
GPG key ID: 3D214F8F5BC5ED73

View file

@ -53,7 +53,7 @@ public class SeedNode {
int port = defaultNode.getPort();
// Passed program args will override the properties of the default bootstrapNode
// So you can use the same id but different ports (e.g. running several nodes on one server with
// So you can use the same id but different ports (e.g. running several nodes on one server with
// different ports)
if (namespace.getString(BOOTSTRAP_NODE_ID_KEY) != null)
id = namespace.getString(BOOTSTRAP_NODE_ID_KEY);
@ -108,8 +108,8 @@ public class SeedNode {
}
peer = null;
}
/*public static void main(String[] args) throws Exception {
ArgumentParser parser = new ArgumentParser();
Namespace namespace = parser.parseArgs(args);
@ -119,7 +119,7 @@ public class SeedNode {
int port = defaultNode.getPort();
// Passed program args will override the properties of the default bootstrapNode
// So you can use the same id but different ports (e.g. running several nodes on one server with
// So you can use the same id but different ports (e.g. running several nodes on one server with
// different ports)
if (namespace.getString(ArgumentParser.SEED_ID_FLAG) != null)
id = namespace.getString(ArgumentParser.SEED_ID_FLAG);