/[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 757 by torben, Thu May 27 08:51:59 2010 UTC revision 758 by torben, Thu May 27 08:57:57 2010 UTC
# Line 149  public class ShowStats extends HttpServl Line 149  public class ShowStats extends HttpServl
149    
150                  response.setContentType("text/html");                  response.setContentType("text/html");
151                  PrintWriter out = response.getWriter();                  PrintWriter out = response.getWriter();
152                  out.print( "<html><body><pre>" + doLookupWorker(query) + "</pre></body></html>" );                  out.print( "<html><body><pre>" + doLookup(query) + "</pre></body></html>" );
153          }          }
154    
155  }  }

Legend:
Removed from v.757  
changed lines
  Added in v.758

  ViewVC Help
Powered by ViewVC 1.1.20