Skip to content

Commit

Permalink
fix(sword): add exception signature in service doc servlet init() IQS…
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Mar 24, 2022
1 parent f74dcad commit e6885d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class SWORDv2ServiceDocumentServlet extends SwordServlet {
SwordConfigurationImpl swordConfigurationImpl;

@Override
public void init() {
public void init() throws ServletException {
super.init();
this.api = new ServiceDocumentAPI(serviceDocumentManagerImpl, swordConfigurationImpl);
}
Expand Down

0 comments on commit e6885d0

Please sign in to comment.