/[projects]/android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java
ViewVC logotype

Diff of /android/TrainInfo/src/dk/thoerup/traininfo/provider/DebugProvider.java

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

revision 1248 by torben, Wed Oct 6 10:42:51 2010 UTC revision 1249 by torben, Thu Mar 31 17:39:20 2011 UTC
# Line 14  public class DebugProvider implements De Line 14  public class DebugProvider implements De
14    
15                    
16          @Override          @Override
17          public DepartureBean lookupDepartures(int station, boolean arrival) {          public DepartureBean lookupDepartures(int station, boolean arrival,String type) {
18                  DepartureBean bean = new DepartureBean();                  DepartureBean bean = new DepartureBean();
19                                    
20                  DepartureEntry departure = new DepartureEntry();                  DepartureEntry departure = new DepartureEntry();

Legend:
Removed from v.1248  
changed lines
  Added in v.1249

  ViewVC Help
Powered by ViewVC 1.1.20