Mercurial > hg > Database > Christie
changeset 101:6b33d49e9be7
del LocalTestTopologyConfig
author | akahori |
---|---|
date | Tue, 18 Sep 2018 10:02:30 +0900 |
parents | 5c807f996749 |
children | 7879076073ce |
files | src/main/java/christie/test/topology/localTestTopology/LocalTestTopologyConfig.java |
diffstat | 1 files changed, 0 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/java/christie/test/topology/localTestTopology/LocalTestTopologyConfig.java Tue Sep 18 10:01:40 2018 +0900 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -package christie.test.topology.localTestTopology; - -import christie.daemon.Config; - -public class LocalTestTopologyConfig extends Config { - - public String hostname = "127.0.0.1"; - public String key = "remote"; - - public LocalTestTopologyConfig(String[] args,int localPort, String dsmName) { - super(args); - this.localPort = localPort; - key = dsmName; - } - -}