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

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

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

revision 1367 by torben, Wed Apr 20 20:33:22 2011 UTC revision 1368 by torben, Wed Apr 20 20:40:35 2011 UTC
# Line 194  public class TimetableFetcher { Line 194  public class TimetableFetcher {
194    
195                  Element row = rows.get(i);                  Element row = rows.get(i);
196                                    
197                  logger.info( row.text() );                  logger.fine( row.text() );
198                                    
199                  String parts[] = row.text().split(",");                  String parts[] = row.text().split(",");
200                                    

Legend:
Removed from v.1367  
changed lines
  Added in v.1368

  ViewVC Help
Powered by ViewVC 1.1.20