fixed error which caused the program to use undefined URL
This commit is contained in:
parent
001e86a91d
commit
6c4249b49b
@ -50,7 +50,6 @@ public class RequestResponse {
|
|||||||
} else {
|
} else {
|
||||||
apiURL = prop.getProperty("APIURL_UCB");
|
apiURL = prop.getProperty("APIURL_UCB");
|
||||||
}
|
}
|
||||||
apiURL = prop.getProperty("APIURL");
|
|
||||||
} catch (IOException ex) {
|
} catch (IOException ex) {
|
||||||
|
|
||||||
log.error(String.valueOf(ex.getMessage()) + " error in request response class line no 67");
|
log.error(String.valueOf(ex.getMessage()) + " error in request response class line no 67");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user