Subversion Repositories SmartDukaan

Rev

Rev 1761 | Rev 1957 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1761 Rev 1853
Line 165... Line 165...
165
                items.add(itemJson.getString(i));
165
                items.add(itemJson.getString(i));
166
            } catch (JSONException e) {
166
            } catch (JSONException e) {
167
                log.error("Bad item at index : " + i);
167
                log.error("Bad item at index : " + i);
168
            }
168
            }
169
        }
169
        }
170
        log.info("items are: " + items);
-
 
171
    }
170
    }
172
    
171
    
173
    public String getItemsInJson() {
172
    public String getItemsInJson() {
174
        return this.itemsInJson;
173
        return this.itemsInJson;
175
    }
174
    }