/[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 380 by torben, Wed Sep 30 06:01:39 2009 UTC revision 381 by torben, Fri Oct 2 10:39:09 2009 UTC
# Line 74  public class DebugProvider implements De Line 74  public class DebugProvider implements De
74          public boolean lookupStations(Location location) {          public boolean lookupStations(Location location) {
75                  return true;                  return true;
76          }          }
77            
78            @Override
79            public boolean lookupStations(String name) {
80                    return true;
81            }
82    
83          @Override          @Override
84          public List<TimetableBean> getTimetable() {          public List<TimetableBean> getTimetable() {

Legend:
Removed from v.380  
changed lines
  Added in v.381

  ViewVC Help
Powered by ViewVC 1.1.20