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

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

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

revision 293 by torben, Mon Aug 10 16:58:22 2009 UTC revision 294 by torben, Tue Sep 1 20:28:55 2009 UTC
# Line 16  public class ProviderFactory { Line 16  public class ProviderFactory {
16                    
17          public static StationProvider getStationProvider() {          public static StationProvider getStationProvider() {
18                  if (stationProvider == null) {                  if (stationProvider == null) {
19                          stationProvider = new GoogleStationProvider();                          stationProvider = new XmlStationProvider();
20                  }                  }
21                                    
22                  return stationProvider;                  return stationProvider;

Legend:
Removed from v.293  
changed lines
  Added in v.294

  ViewVC Help
Powered by ViewVC 1.1.20