1: package weblogic.servlet.internal; 2: 3: // stub 4: public class HttpServer { 5: public String getServerHash() { 6: throw new AssertionError(); 7: } 8: }