Skip to content

Commit

Permalink
Fix web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn Dirkse committed Jan 29, 2024
1 parent 0917772 commit f26d515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srcSteps/mavenWebapp/v520/src/main/webapp/WEB-INF/web.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
version="3.1">
<servlet>
<servlet-name>hello</servlet-name>
<servlet-class>org.frankframework.maven.webapp.example.Main</servlet-class>
<servlet-class>org.wearefrank.maven.webapp.example.Main</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>hello</servlet-name>
Expand Down

0 comments on commit f26d515

Please sign in to comment.