--- android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java 2010/09/22 19:13:41 1104 +++ android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/banedk/DepartureFetcher.java 2010/09/22 21:09:39 1105 @@ -83,12 +83,8 @@ DepartureBean departureBean = new DepartureBean(); - //TODO: debug code - StationEntry station = new StationEntry(); // stationDao.getById(stationID); - station.setId(82); - station.setName("Test Station"); - station.setRegional("HS"); - //TODO: end of debug code + StationEntry station = stationDao.getById(stationID); + departureBean.stationName = station.getName();