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

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

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

revision 385 by torben, Wed Sep 30 20:58:37 2009 UTC revision 386 by torben, Fri Oct 2 13:44:31 2009 UTC
# Line 63  public class DepartureFetcher { Line 63  public class DepartureFetcher {
63                  List<DepartureBean> departureList = new ArrayList<DepartureBean>();                  List<DepartureBean> departureList = new ArrayList<DepartureBean>();
64                                    
65              final WebClient webClient = new WebClient();              final WebClient webClient = new WebClient();
66              webClient.setTimeout(1000);              webClient.setTimeout(2500);
67              webClient.setJavaScriptEnabled(false);              webClient.setJavaScriptEnabled(false);
68                                                            
69                            

Legend:
Removed from v.385  
changed lines
  Added in v.386

  ViewVC Help
Powered by ViewVC 1.1.20