summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/att/nsa/mr/client/MRClientFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/att/nsa/mr/client/MRClientFactory.java')
-rw-r--r--src/main/java/com/att/nsa/mr/client/MRClientFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/java/com/att/nsa/mr/client/MRClientFactory.java b/src/main/java/com/att/nsa/mr/client/MRClientFactory.java
index b654282..1c7e511 100644
--- a/src/main/java/com/att/nsa/mr/client/MRClientFactory.java
+++ b/src/main/java/com/att/nsa/mr/client/MRClientFactory.java
@@ -66,7 +66,7 @@ public class MRClientFactory {
public static FileWriter routeWriter = null;
public static Properties prop = null;
- // routeReader= new FileReader(new File (routeFilePath));
+
// props= new Properties();
/**
* Create a consumer instance with the default timeout and no limit on
@@ -657,7 +657,6 @@ public class MRClientFactory {
sub.setProps(props);
sub.setHost(props.getProperty("host"));
sub.setProtocolFlag(props.getProperty("TransportType"));
- // sub.setConsumerFilePath(consumerFilePath);
sub.setfFilter(props.getProperty("filter"));
routeFilePath = props.getProperty("DME2preferredRouterFilePath");
routeReader = new FileReader(new File(routeFilePath));