Reviewers: pdr, jat,

Description:
Adding a SuppressWarnings to prevent the Google Plugin for Eclipse from
marking this class as error.


Please review this at http://gwt-code-reviews.appspot.com/1386805/

Affected files:
  M user/src/com/google/gwt/user/client/rpc/XsrfProtectedService.java


Index: user/src/com/google/gwt/user/client/rpc/XsrfProtectedService.java
===================================================================
--- user/src/com/google/gwt/user/client/rpc/XsrfProtectedService.java (revision 9888) +++ user/src/com/google/gwt/user/client/rpc/XsrfProtectedService.java (working copy)
@@ -22,5 +22,6 @@
* All calls on RPC interfaces extending this interface will be XSRF protected.
  */
 @XsrfProtect
+@SuppressWarnings("rpc-validation")
 public interface XsrfProtectedService extends RemoteService {
 }


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to