Revision: 8167
Author: gwt.mirror...@gmail.com
Date: Mon May 17 08:45:33 2010
Log: Updating the Report count based on the number of reports in the database.

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

Modified:
/branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/server/domain/Report.java

=======================================
--- /branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/server/domain/Report.java Fri May 14 08:44:01 2010 +++ /branches/2.1/bikeshed/src/com/google/gwt/sample/expenses/server/domain/Report.java Mon May 17 08:45:33 2010
@@ -36,7 +36,7 @@
   /**
    * The total number of reports in the database.
    */
-  private static long REPORT_COUNT = 3750243;
+  private static long REPORT_COUNT = 5080388;

   public static long countReports() {
     EntityManager em = entityManager();

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

Reply via email to