/[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 761 by torben, Thu May 27 11:26:05 2010 UTC revision 762 by torben, Thu May 27 11:30:16 2010 UTC
# Line 6  import java.net.InetSocketAddress; Line 6  import java.net.InetSocketAddress;
6  import java.util.ArrayList;  import java.util.ArrayList;
7  import java.util.Date;  import java.util.Date;
8  import java.util.Locale;  import java.util.Locale;
9    import java.util.concurrent.TimeUnit;
10  import java.util.logging.Logger;  import java.util.logging.Logger;
11    
12  import javax.servlet.ServletException;  import javax.servlet.ServletException;
# Line 47  public class ShowStats extends HttpServl Line 48  public class ShowStats extends HttpServl
48                  }                  }
49          }          }
50    
51            @Override
52            public void destroy() {
53                    super.destroy();
54                    
55                    memcache.shutdown(3, TimeUnit.SECONDS);
56                    memcache = null;
57            }
58    
59          protected String doLookup(String query) throws IOException {          protected String doLookup(String query) throws IOException {
60                                    
61    

Legend:
Removed from v.761  
changed lines
  Added in v.762

  ViewVC Help
Powered by ViewVC 1.1.20