Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Commit

Permalink
#15 typo in servlet class corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Per Broman committed Dec 7, 2017
1 parent 25db47e commit 772d44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions WebContent/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<display-name>GoobiContentServer</display-name>
<servlet-name>GoobiContentServer</servlet-name>
<servlet-class>
org.goobi.presentation.contentServlet.controller.GoobiContentServer
org.goobi.presentation.contentservlet.controller.GoobiContentServer
</servlet-class>
</servlet>

Expand All @@ -44,4 +44,4 @@
<welcome-file>default.jsp</welcome-file>
</welcome-file-list>

</web-app>
</web-app>

0 comments on commit 772d44f

Please sign in to comment.