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

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/RequestPlotter.java

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

revision 1369 by torben, Wed Apr 20 19:01:33 2011 UTC revision 1370 by torben, Wed Apr 20 21:31:45 2011 UTC
# Line 385  public class RequestPlotter extends Http Line 385  public class RequestPlotter extends Http
385                                    
386                  if (count > 30) //limit to 30 days                  if (count > 30) //limit to 30 days
387                          count = 30;                          count = 30;
388                    if (count < 0) //negative count is not allowed
389                            count = 0;
390                                    
391                  String kmlData = getRequestsFromFile(count);                  String kmlData = getRequestsFromFile(count);
392                                    

Legend:
Removed from v.1369  
changed lines
  Added in v.1370

  ViewVC Help
Powered by ViewVC 1.1.20