Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Feb 22, 2020
1 parent 2e2ef9b commit ed5b420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/runConfigurations/Run_no_cache.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/main/java/com/andromeda/araserver/skills/Locdec.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ private ArrayList<OutputModel> yelpSearch() {
JsonArray jsonArray = jobject.getAsJsonArray("businesses");
OutputModel outputModel;
//keep parsing

for (int i = 0; i < jsonArray.size(); i++) {
jobject = jsonArray.get(i).getAsJsonObject();
System.out.println(jobject.get("name").getAsString());
Expand Down

0 comments on commit ed5b420

Please sign in to comment.