提交 de91fc28 authored 作者: noelgrandin's avatar noelgrandin

quiet down some javadoc warnings

上级 4937205c
......@@ -126,7 +126,7 @@ public class TestServlet extends TestBase {
}
/**
* @deprecated
* @deprecated as of servlet API 2.1
*/
public Servlet getServlet(String string) {
throw new UnsupportedOperationException();
......@@ -137,14 +137,14 @@ public class TestServlet extends TestBase {
}
/**
* @deprecated
* @deprecated as of servlet API 2.1
*/
public Enumeration<Object> getServletNames() {
throw new UnsupportedOperationException();
}
/**
* @deprecated
* @deprecated as of servlet API 2.0
*/
public Enumeration<Object> getServlets() {
throw new UnsupportedOperationException();
......@@ -155,7 +155,7 @@ public class TestServlet extends TestBase {
}
/**
* @deprecated
* @deprecated as of servlet API 2.1
*/
public void log(Exception exception, String string) {
throw new UnsupportedOperationException();
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论