Skip to content

Commit

Permalink
search fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanShp committed Apr 18, 2020
1 parent 75486d3 commit 9901d2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/model/Model.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ public List<Items> itemSearch(String search_query) {
item.setCondition(myRs.getString("item_condition"));
item.setDecription(myRs.getString("description"));
item.setPicture(myRs.getString("picture"));
itemsList.add(item);
System.out.println("3");
}
}
Expand Down

0 comments on commit 9901d2e

Please sign in to comment.