提交 99fd3251 authored 作者: Thomas Mueller's avatar Thomas Mueller

--no commit message

--no commit message
上级 1dee768f
...@@ -108,6 +108,9 @@ public class TestServlet extends TestBase { ...@@ -108,6 +108,9 @@ public class TestServlet extends TestBase {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
/**
* @deprecated
*/
public Servlet getServlet(String string) { public Servlet getServlet(String string) {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
...@@ -116,10 +119,16 @@ public class TestServlet extends TestBase { ...@@ -116,10 +119,16 @@ public class TestServlet extends TestBase {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
/**
* @deprecated
*/
public Enumeration getServletNames() { public Enumeration getServletNames() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
/**
* @deprecated
*/
public Enumeration getServlets() { public Enumeration getServlets() {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
...@@ -128,6 +137,9 @@ public class TestServlet extends TestBase { ...@@ -128,6 +137,9 @@ public class TestServlet extends TestBase {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
/**
* @deprecated
*/
public void log(Exception exception, String string) { public void log(Exception exception, String string) {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论