/[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 1546 by torben, Mon Oct 4 08:42:12 2010 UTC revision 1547 by torben, Thu Jul 7 19:07:55 2011 UTC
# Line 48  public class ProviderFactory { Line 48  public class ProviderFactory {
48          public static StationProvider getStationProvider() {          public static StationProvider getStationProvider() {
49                  if (stationProvider == null) {                  if (stationProvider == null) {
50                          if (!DEBUG) {                          if (!DEBUG) {
51                                  stationProvider = new XmlStationProvider();                                  stationProvider = new OfflineStationProvider();
52                          } else {                          } else {
53                                  stationProvider = new DebugProvider();                                  stationProvider = new DebugProvider();
54                          }                          }

Legend:
Removed from v.1546  
changed lines
  Added in v.1547

  ViewVC Help
Powered by ViewVC 1.1.20