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

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

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

revision 1055 by torben, Mon Sep 13 17:57:31 2010 UTC revision 1056 by torben, Tue Sep 14 17:01:24 2010 UTC
# Line 82  public class MetroServlet extends HttpSe Line 82  public class MetroServlet extends HttpSe
82                          sb.append("  <entry>\n");                          sb.append("  <entry>\n");
83                          sb.append("   <metro>" + entry.metro + "</metro>\n");                          sb.append("   <metro>" + entry.metro + "</metro>\n");
84                          sb.append("   <destination>" + entry.destination + "</destination>\n");                          sb.append("   <destination>" + entry.destination + "</destination>\n");
85                          sb.append("   <minutes>" + entry.minutes.trim() + "</minutes>\n");                          sb.append("   <minutes>" + entry.minutes + "</minutes>\n");
86                          sb.append("  </entry>\n");                          sb.append("  </entry>\n");
87                  }                  }
88                  sb.append(" </entries>\n");                  sb.append(" </entries>\n");

Legend:
Removed from v.1055  
changed lines
  Added in v.1056

  ViewVC Help
Powered by ViewVC 1.1.20