Skip to content

Commit

Permalink
Doc fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
autumoswitzerland committed Nov 8, 2024
1 parent 9db96a7 commit 3bc0e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void init(ServletConfig config) throws ServletException {
final String beetRootServiceClass = config.getInitParameter("beetRootServiceClass");


// 1. Read general config
// 1. Read general configuration
final BeetRootConfigurationManager configMan = BeetRootConfigurationManager.getInstance();
try {
configMan.initializeWithFullPath(webAppRoot + configFilePath, getServletContext());
Expand Down

0 comments on commit 3bc0e76

Please sign in to comment.