/[projects]/android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1104 by torben, Tue Sep 21 20:10:46 2010 UTC revision 1105 by torben, Wed Sep 22 21:09:39 2010 UTC
# Line 83  public class DepartureFetcher { Line 83  public class DepartureFetcher {
83                                    
84                  DepartureBean departureBean = new DepartureBean();                  DepartureBean departureBean = new DepartureBean();
85                                    
86                  //TODO: debug code                  StationEntry station = stationDao.getById(stationID);
87                  StationEntry station = new StationEntry(); // stationDao.getById(stationID);  
                 station.setId(82);  
                 station.setName("Test Station");  
                 station.setRegional("HS");  
                 //TODO: end of debug code  
88                                    
89                  departureBean.stationName = station.getName();                  departureBean.stationName = station.getName();
90                                    

Legend:
Removed from v.1104  
changed lines
  Added in v.1105

  ViewVC Help
Powered by ViewVC 1.1.20