[jboss-cvs] JBossAS SVN: r100415 - projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/java/org/jboss/snowdrop/samples/sportsclub/jsf/beans.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 4 09:03:10 EST 2010


Author: lvlcek at redhat.com
Date: 2010-02-04 09:03:10 -0500 (Thu, 04 Feb 2010)
New Revision: 100415

Modified:
   projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/java/org/jboss/snowdrop/samples/sportsclub/jsf/beans/ReservationSearch.java
Log:
removed commented out code

Modified: projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/java/org/jboss/snowdrop/samples/sportsclub/jsf/beans/ReservationSearch.java
===================================================================
--- projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/java/org/jboss/snowdrop/samples/sportsclub/jsf/beans/ReservationSearch.java	2010-02-04 13:59:17 UTC (rev 100414)
+++ projects/snowdrop/examples/trunk/sportsclub/sportsclub-reservations-web/src/main/java/org/jboss/snowdrop/samples/sportsclub/jsf/beans/ReservationSearch.java	2010-02-04 14:03:10 UTC (rev 100415)
@@ -36,16 +36,6 @@
       super();
    }
 
-//   public String searchReservations()
-//   {
-//      rowCount = reservationService.countReservationsForRange(
-//            reservationSearchOptions.getFromDate(),
-//            reservationSearchOptions.getToDate(),
-//            reservationSearchOptions.getSelectedEquipmentTypes());
-//      currentPage = 1;
-//      return "success";
-//   }
-
    public ReservationService getReservationService()
    {
       return reservationService;




More information about the jboss-cvs-commits mailing list