Subversion Repository Public Repository

litesoft

Diff Revisions 49 vs 484 for /trunk/Java/core/Server/src/org/litesoft/core/ServerContext.java

Diff revisions: vs.
  @@ -5,6 +5,7 @@
5 5
6 6 import org.litesoft.util.*;
7 7
8 + @SuppressWarnings({"UnusedDeclaration"})
8 9 public class ServerContext
9 10 {
10 11 private static final ThreadLocal<ServerContext> DATA = new ThreadLocal<ServerContext>();