Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(109)

Unified Diff: user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java

Issue 880801: Simplifies the RequestObject api: (Closed) Base URL: http://google-web-toolkit.googlecode.com/svn/
Patch Set: don't fall apart on server error Created 2 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java
===================================================================
--- user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java (revision 8779)
+++ user/src/com/google/gwt/requestfactory/server/JsonRequestProcessor.java (working copy)
@@ -19,8 +19,8 @@
import com.google.gwt.requestfactory.shared.Property;
import com.google.gwt.requestfactory.shared.PropertyReference;
import com.google.gwt.requestfactory.shared.EntityProxy;
-import com.google.gwt.requestfactory.shared.RequestData;
import com.google.gwt.requestfactory.shared.WriteOperation;
+import com.google.gwt.requestfactory.shared.impl.RequestData;
import org.json.JSONArray;
import org.json.JSONException;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld revision f51cb906c4ad+