mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Fix checkstyle error
See gh-4765 See gh-4766
This commit is contained in:
+1
@@ -441,6 +441,7 @@ public class UndertowEmbeddedServletContainerFactory
|
||||
* Return the document root in canonical form. Undertow uses File#getCanonicalFile()
|
||||
* to determine whether a resource has been requested using the proper case but on
|
||||
* Windows {@code java.io.tmpdir} may be set as a tilde-compressed pathname.
|
||||
* @return the canonical document root
|
||||
*/
|
||||
private File getCanonicalDocumentRoot() {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user