Skip to content

Commit

Permalink
product result - all strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wosiu committed Apr 14, 2016
1 parent 62dc49f commit 3884864
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ public void setProxy(Proxy proxy) {
// TODO rename getSearchListURL
public String getSearchURL() { return safeGet("search-url"); }
public String getPrice () { return safeGet("price"); }
public Object getPriceAbbr () { return safeGet("price-abbr");}
public Object getAmount () { return safeGet("amount");}
public Object getUnit () { return safeGet("unit");}
public String getPriceAbbr () { return safeGet("price-abbr");}
public String getAmount () { return safeGet("amount");}
public String getUnit () { return safeGet("unit");}

// TODO rename getShopName
public String getShop() { return safeGet("shop"); }
Expand Down

0 comments on commit 3884864

Please sign in to comment.