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

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

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

revision 663 by torben, Fri Apr 23 15:23:44 2010 UTC revision 664 by torben, Fri Apr 23 15:25:52 2010 UTC
# Line 31  public class CommentCallback implements Line 31  public class CommentCallback implements
31                  //System.out.println("Response : " + response);                  //System.out.println("Response : " + response);
32                  //sb.append("Response: " + response + "\n");                  //sb.append("Response: " + response + "\n");
33                  entryCount = response.getEntriesCount();                  entryCount = response.getEntriesCount();
34                  System.out.println("Count="+entryCount);                  
35                    //System.out.println("Count="+entryCount);
36    
37                  List<Comment> cl = response.getCommentsList();                  List<Comment> cl = response.getCommentsList();
38                  for (Comment c : cl) {                  for (Comment c : cl) {

Legend:
Removed from v.663  
changed lines
  Added in v.664

  ViewVC Help
Powered by ViewVC 1.1.20