Subversion Repositories SmartDukaan

Rev

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

Rev 10300 Rev 10384
Line 132... Line 132...
132
		if(!resultJSon.getClass().equals(String.class)) {
132
		if(!resultJSon.getClass().equals(String.class)) {
133
			this.resultJson = new Gson().toJson(resultJSon);
133
			this.resultJson = new Gson().toJson(resultJSon);
134
		} else {
134
		} else {
135
			this.resultJson = (String)resultJSon;
135
			this.resultJson = (String)resultJSon;
136
		}
136
		}
-
 
137
		log.info("resultJson: " + this.resultJson);
137
	}
138
	}
138
 
139
 
139
 
140
 
140
	public String getResultJson() {
141
	public String getResultJson() {
141
		return resultJson;
142
		return resultJson;