/[projects]/android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableServlet.java
ViewVC logotype

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/banedk/TimetableServlet.java

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

revision 386 by torben, Thu Oct 1 08:31:47 2009 UTC revision 387 by torben, Fri Oct 2 15:06:08 2009 UTC
# Line 34  public class TimetableServlet extends Ht Line 34  public class TimetableServlet extends Ht
34                  String trainID = sections[1];                  String trainID = sections[1];
35                  try                  try
36                  {                  {
37                          List<TimetableBean> timetable = fetcher.lookupTimetable(trainID, type);                          List<TimetableBean> timetable = fetcher.cachedLookupTimetable(trainID, type);
38                                    
39                          String responseXML = formatTimetable(timetable);                          String responseXML = formatTimetable(timetable);
40                                    

Legend:
Removed from v.386  
changed lines
  Added in v.387

  ViewVC Help
Powered by ViewVC 1.1.20