/[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 758 by torben, Thu May 27 08:57:57 2010 UTC revision 759 by torben, Thu May 27 09:45:09 2010 UTC
# Line 51  public class ShowStats extends HttpServl Line 51  public class ShowStats extends HttpServl
51          protected String doLookup(String query) throws IOException {          protected String doLookup(String query) throws IOException {
52                                    
53    
54                  String key = "marketstats:" + query;                  String key = "marketstats:" + query.replace(' ', '_');
55                  String response = (String) memcache.get(key);                  String response = (String) memcache.get(key);
56    
57                  if (response == null) {                  if (response == null) {

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

  ViewVC Help
Powered by ViewVC 1.1.20