--- android/TrainInfoService/src/dk/thoerup/traininfoservice/db/StationDAO.java 2011/07/09 07:26:15 1568 +++ android/TrainInfoService/src/dk/thoerup/traininfoservice/db/StationDAO.java 2011/07/09 07:31:01 1569 @@ -258,7 +258,7 @@ } //used to create full dump in order to populate Google Appengine DB - @Deprecated + //after 1.1.0 also used to populate client-side station list public StationBean dumpAll() throws SQLException { String SQL = "SELECT id,name,latitude,longitude,stationcode_fjrn,stationcode_stog,stationcode_metro,address,0.0,aliases " +