/[projects]/android/MarketStats/src/dk/thoerup/marketstats/ShowStats.java
ViewVC logotype

Diff of /android/MarketStats/src/dk/thoerup/marketstats/ShowStats.java

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

revision 665 by torben, Fri Apr 23 15:25:52 2010 UTC revision 666 by torben, Fri Apr 23 15:28:34 2010 UTC
# Line 82  public class ShowStats extends HttpServl Line 82  public class ShowStats extends HttpServl
82                          session.flush();                          session.flush();
83                          start +=10;                          start +=10;
84                                                    
85                          if (start >= 30)                          if (start >= 20)
86                                  break; //emergency brake                                  break; //emergency brake
87                                                    
88                  } while ( start < commentsCb.getEntryCount() );                  } while ( start < commentsCb.getEntryCount() );

Legend:
Removed from v.665  
changed lines
  Added in v.666

  ViewVC Help
Powered by ViewVC 1.1.20