/[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 364 by torben, Wed Sep 30 06:01:39 2009 UTC revision 365 by torben, Wed Sep 30 09:14:27 2009 UTC
# Line 6  public class ProviderFactory { Line 6  public class ProviderFactory {
6          private static StationProvider stationProvider = null;          private static StationProvider stationProvider = null;
7          private static TimetableProvider timetableProvider = null;          private static TimetableProvider timetableProvider = null;
8                    
9          private static final boolean DEBUG = true;          private static final boolean DEBUG = false;
10                    
11          public static DepartureProvider getDepartureProvider() {          public static DepartureProvider getDepartureProvider() {
12                  if (departureProvider == null) {                  if (departureProvider == null) {

Legend:
Removed from v.364  
changed lines
  Added in v.365

  ViewVC Help
Powered by ViewVC 1.1.20