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

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

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

revision 696 by torben, Mon Apr 19 19:04:34 2010 UTC revision 697 by torben, Mon May 3 07:42:02 2010 UTC
# Line 144  public class DepartureServlet extends Ht Line 144  public class DepartureServlet extends Ht
144                          note.setTextContent( departure.getNote() );                          note.setTextContent( departure.getNote() );
145                          train.appendChild(note);                          train.appendChild(note);
146                                                    
147                            Element type = doc.createElement("type");
148                            type.setTextContent( departure.getType() );
149                            train.appendChild(type);
150                            
151                          root.appendChild(train);                          root.appendChild(train);
152                  }                  }
153                                    

Legend:
Removed from v.696  
changed lines
  Added in v.697

  ViewVC Help
Powered by ViewVC 1.1.20