Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Jan 21, 2021
1 parent d5b3706 commit 7165c9a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,9 @@ public void setSessionTimeout(final int timeout) {}
public int getSessionTimeout() {
return 0;
}

@Override
public javax.servlet.ServletRegistration.Dynamic addJspFile(String p1, String p2) {
return null;
}
}

0 comments on commit 7165c9a

Please sign in to comment.