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

Diff of /android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/StationDAO.java

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

revision 1112 by torben, Thu Sep 23 06:10:35 2010 UTC revision 1113 by torben, Thu Sep 23 12:56:11 2010 UTC
# Line 30  public class StationDAO { Line 30  public class StationDAO {
30          final static int LOCATION_LIMIT = 8;          final static int LOCATION_LIMIT = 8;
31          static final Logger logger = Logger.getLogger(StationDAO.class.getName());          static final Logger logger = Logger.getLogger(StationDAO.class.getName());
32                    
33          final int TIMEOUT_SECONDS = 10*60;          final int TIMEOUT_SECONDS = 30*60;
34                    
35          Cache cache;          Cache cache;
36                    

Legend:
Removed from v.1112  
changed lines
  Added in v.1113

  ViewVC Help
Powered by ViewVC 1.1.20