Reviewers: drfibonacci,

Description:
We're still JRE 1.5 compatible a bit longer. And snip unthrown exception
warning.


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

Affected files:
M user/test/com/google/gwt/requestfactory/shared/ServiceInheritanceTest.java


Index: user/test/com/google/gwt/requestfactory/shared/ServiceInheritanceTest.java
===================================================================
--- user/test/com/google/gwt/requestfactory/shared/ServiceInheritanceTest.java (revision 9880) +++ user/test/com/google/gwt/requestfactory/shared/ServiceInheritanceTest.java (working copy)
@@ -30,7 +30,6 @@
    * specified in the @{@link Service} annotation.
    */
   public static class SumServiceLocator implements ServiceLocator {
-    @Override
     public Object getInstance(Class<?> clazz) {
       if (BaseImpl.class.equals(clazz)) {
         return new BaseImpl();
@@ -163,7 +162,7 @@
   }

   @Override
-  protected void gwtSetUp() throws Exception {
+  protected void gwtSetUp() {
     factory = createFactory();
   }



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

Reply via email to