Skip to content

Commit

Permalink
fix:拼写错误->j2EE基础篇
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowgg committed Jul 29, 2019
1 parent e4db22a commit fe75d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/java/J2EE基础知识.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Servlet接口定义了5个方法,其中**前三个方法与Servlet生命周期

- `void init(ServletConfig config) throws ServletException`
- `void service(ServletRequest req, ServletResponse resp) throws ServletException, java.io.IOException`
- `void destory()`
- `void destroy()`
- `java.lang.String getServletInfo()`
- `ServletConfig getServletConfig()`

Expand Down

0 comments on commit fe75d01

Please sign in to comment.