LGTM

On Wed, May 12, 2010 at 6:17 PM, <[email protected]> wrote:

> Reviewers: Ray Ryan,
>
> Description:
> Removed dead code.
>
>
> Please review this at http://gwt-code-reviews.appspot.com/514802/show
>
> Affected files:
>  M
> trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
>
>
> Index:
> trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
> ===================================================================
> ---
> trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
>  (revision 8109)
> +++
> trunk/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java
>  (working copy)
> @@ -106,7 +106,6 @@
>   protected void doPost(HttpServletRequest request, HttpServletResponse
> response)
>       throws IOException {
>
> -    initDb(); // temporary place-holder
>     ensureConfig();
>
>     RequestDefinition operation = null;
> @@ -171,12 +170,6 @@
>     } catch (InstantiationException e) {
>       throw new RuntimeException(e);
>     }
> -  }
> -
> -  /**
> -   * Allow subclass to initialize database.
> -   */
> -  protected void initDb() {
>   }
>
>   /**
>
>
>

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

Reply via email to