Revision: 8120
Author: [email protected]
Date: Wed May 12 15:17:57 2010
Log: Removed dead code.

Review at http://gwt-code-reviews.appspot.com/514802

http://code.google.com/p/google-web-toolkit/source/detail?r=8120

Modified:
/branches/2.1/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java

=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java Wed May 12 15:12:40 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/requestfactory/server/RequestFactoryServlet.java Wed May 12 15:17:57 2010
@@ -106,7 +106,6 @@
protected void doPost(HttpServletRequest request, HttpServletResponse response)
       throws IOException {

-    initDb(); // temporary place-holder
     ensureConfig();

     RequestDefinition operation = null;
@@ -172,12 +171,6 @@
       throw new RuntimeException(e);
     }
   }
-
-  /**
-   * Allow subclass to initialize database.
-   */
-  protected void initDb() {
-  }

   /**
* Persist a recordObject of token "recordToken" and return useful information

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

Reply via email to