/[projects]/android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java
ViewVC logotype

Diff of /android/TrainInfoServiceGoogle/src/dk/thoerup/traininfoservice/TestServlet.java

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

revision 1108 by torben, Wed Sep 22 23:04:58 2010 UTC revision 1109 by torben, Wed Sep 22 23:09:26 2010 UTC
# Line 63  public class TestServlet extends HttpSer Line 63  public class TestServlet extends HttpSer
63                          for (int j=0; j<MAX;j++) {                          for (int j=0; j<MAX;j++) {
64                                  if (j>0)                                  if (j>0)
65                                          sb.append(',');                                          sb.append(',');
66                                  sb.append(r.nextInt(400));                                  sb.append(r.nextInt(400)+1);
67                          }                          }
68    
69                          db.getByList(sb.toString());                          db.getByList(sb.toString());

Legend:
Removed from v.1108  
changed lines
  Added in v.1109

  ViewVC Help
Powered by ViewVC 1.1.20