Changeset 157
- Timestamp:
- 03/16/12 09:58:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
xssim/trunk/src/test/rewolucja/reservation/GridReservationManagerNew.java
r104 r157 31 31 import schedframe.scheduling.TimeResourceAllocation; 32 32 import schedframe.scheduling.plugin.grid.ModuleType; 33 import test.rewolucja.scheduling.implementation.GridBroker New;33 import test.rewolucja.scheduling.implementation.GridBroker; 34 34 35 35 public class GridReservationManagerNew implements ReservationManagerNew { … … 37 37 private Log log = LogFactory.getLog(GridReservationManagerNew.class); 38 38 39 protected GridBroker Newbroker;39 protected GridBroker broker; 40 40 int transactionId = 0; 41 41 42 public GridReservationManagerNew(GridBroker NewgridBroker) {42 public GridReservationManagerNew(GridBroker gridBroker) { 43 43 this.broker = gridBroker; 44 44 }
Note: See TracChangeset
for help on using the changeset viewer.