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

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

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

revision 963 by torben, Wed Jul 7 09:53:04 2010 UTC revision 964 by torben, Wed Jul 7 11:46:02 2010 UTC
# Line 24  public class SavedStatistics extends Htt Line 24  public class SavedStatistics extends Htt
24          protected SavedStatBean convertRow(ResultSet res) throws SQLException {          protected SavedStatBean convertRow(ResultSet res) throws SQLException {
25                  SavedStatBean bean = new SavedStatBean();                  SavedStatBean bean = new SavedStatBean();
26    
27                  bean.statisticsdate = res.getString(1);                  bean.label = res.getString(1);
28                  bean.station = res.getString(2);                  bean.station = res.getString(2);
29                  bean.location = res.getString(3);                  bean.location = res.getString(3);
30                  bean.name = res.getString(4);                  bean.name = res.getString(4);

Legend:
Removed from v.963  
changed lines
  Added in v.964

  ViewVC Help
Powered by ViewVC 1.1.20