1 package weblogic.servlet.internal;2 3 public class WebAppServletContext {4 // type stub only5 6 public String getName() {7 throw new AssertionError ();8 }9 10 }11