Fix typo
This commit is contained in:
parent
d1cf4d4351
commit
b851d9a327
1 changed files with 2 additions and 2 deletions
|
@ -130,9 +130,9 @@ public class RealDatabaseConnector implements DatabaseConnector {
|
|||
this.database = database;
|
||||
}
|
||||
|
||||
private List<String> getList(String urlQuerry){
|
||||
private List<String> getList(String urlQuery){
|
||||
try {
|
||||
String response = httpRequest(urlQuerry);
|
||||
String response = httpRequest(urlQuery);
|
||||
if(response==null)
|
||||
return null;
|
||||
JSONArray jsonArray = new JSONArray(response);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue