/[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 1334 by torben, Wed Apr 20 06:28:04 2011 UTC revision 1335 by torben, Wed Apr 20 06:35:13 2011 UTC
# Line 263  public class DepartureFetcher { Line 263  public class DepartureFetcher {
263                                                    
264                                                    
265                          Element link = currentRow.child(0);                              Element link = currentRow.child(0);    
266                          System.out.println( currentRow.text() );;                                  logger.fine( currentRow.text() );
267                                                    
268    
269                          String parts[] = currentRow.text().split(",");                          String parts[] = currentRow.text().split(",");

Legend:
Removed from v.1334  
changed lines
  Added in v.1335

  ViewVC Help
Powered by ViewVC 1.1.20