Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Nov 4, 2024
1 parent f2ec819 commit 6730dda
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,6 @@ public void addContextParam(String param, String value) {
this.contextParams.put(param, value);
}

public ServletInfo getServlet(String servletName) {
return servlets.get(servletName);
}

public void addErrorPage(ErrorPageInfo errorPageInfo) {
errorPages.add(errorPageInfo);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ public int getEffectiveMajorVersion() {

@Override
public int getEffectiveMinorVersion() {
checkContextInitializeState();
return deploymentInfo.getEffectiveMinorVersion();
}

Expand Down

0 comments on commit 6730dda

Please sign in to comment.