Compare commits
5 Commits
master
...
ach-uih-db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f3dcea299c | ||
|
|
1fdbbc0eba | ||
|
|
a485f7ec02 | ||
|
|
53f15f995d | ||
|
|
fbfc885814 |
@@ -45,11 +45,13 @@ public class RequestResponse {
|
||||
input1 = Scheduler.class.getClass().getResourceAsStream("/Properties.properties");
|
||||
|
||||
prop.load(input1);
|
||||
if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018")) {
|
||||
apiURL = prop.getProperty("APIURL_NABARD");
|
||||
} else {
|
||||
apiURL = prop.getProperty("APIURL_UCB");
|
||||
}
|
||||
apiURL = prop.getProperty("APIURL_NABARD");
|
||||
// if (bc.equals("0005") || bc.equals("0021") || bc.equals("0016") || bc.equals("0018") || bc.equals("0001") || bc.equals("0004") || bc.equals("0007") || bc.equals("0020")
|
||||
// || bc.equals("0006") || bc.equals("0009") || bc.equals("0014") || bc.equals("0003") || bc.equals("0012") || bc.equals("0013")) {
|
||||
// apiURL = prop.getProperty("APIURL_NABARD");
|
||||
// } else {
|
||||
// apiURL = prop.getProperty("APIURL_UCB");
|
||||
// }
|
||||
} catch (IOException ex) {
|
||||
|
||||
log.error(String.valueOf(ex.getMessage()) + " error in request response class line no 67");
|
||||
|
||||
Reference in New Issue
Block a user