Merge pull request #33460 from aksh1618

* pr-33460:
  Fix typo in tomcat accesslog checkExists doc

Closes gh-33460
pull/33648/head
Moritz Halbritter 2 years ago
commit 76858aebc2

@ -687,7 +687,7 @@ public class ServerProperties {
private String locale; private String locale;
/** /**
* Whether to check for log file existence so it can be recreated it if an * Whether to check for log file existence so it can be recreated if an
* external process has renamed it. * external process has renamed it.
*/ */
private boolean checkExists = false; private boolean checkExists = false;

Loading…
Cancel
Save