Fix typo in tomcat accesslog checkExists doc
See gh-33460
This commit is contained in:
parent
3f33fa3f45
commit
2bb8dadeb3
|
@ -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…
Reference in New Issue