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

Diff of /android/TrainInfoService/src/dk/thoerup/traininfoservice/LocateStations.java

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

revision 1189 by torben, Tue Sep 21 05:55:31 2010 UTC revision 1190 by torben, Fri Nov 12 18:33:38 2010 UTC
# Line 1  Line 1 
1  package dk.thoerup.traininfoservice;  package dk.thoerup.traininfoservice;
2    
3  import java.io.ByteArrayOutputStream;  
4  import java.io.IOException;  import java.io.IOException;
5    import java.io.StringWriter;
6  import java.sql.SQLException;  import java.sql.SQLException;
7  import java.util.logging.Level;  import java.util.logging.Level;
8  import java.util.logging.Logger;  import java.util.logging.Logger;
# Line 75  public class LocateStations extends Http Line 76  public class LocateStations extends Http
76    
77                  Serializer serializer = new Persister();                  Serializer serializer = new Persister();
78    
79                  ByteArrayOutputStream out = new ByteArrayOutputStream();                  StringWriter out = new StringWriter();
80    
81                  try {                  try {
82                          serializer.write(stations, out);                          serializer.write(stations, out);

Legend:
Removed from v.1189  
changed lines
  Added in v.1190

  ViewVC Help
Powered by ViewVC 1.1.20