--- android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/RejseplanenFetcher.java 2010/07/10 09:57:04 977 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/RejseplanenFetcher.java 2010/07/10 10:53:44 978 @@ -26,9 +26,9 @@ return format.format( new Date() ); } - public List lookupDepartures(int stationcode, String type, boolean arrival) throws Exception { + public List lookupDepartures(int stationcode, String type, boolean arrival) throws Exception { - List departureList = new ArrayList(); + List departureList = new ArrayList(); final WebClient webClient = new WebClient( BrowserVersion.FIREFOX_3 ); webClient.getCookieManager().setCookiesEnabled( false ); @@ -64,7 +64,7 @@ - DepartureBean departure = new DepartureBean(); + DepartureEntry departure = new DepartureEntry(); String time = fields.get(0).asText(); departure.setTime(time);