Fix checkstyle error

See gh-4765
See gh-4766
This commit is contained in:
Phillip Webb 2015-12-15 15:09:33 +00:00
parent b747b6c7b2
commit fce75ebaa8
1 changed files with 1 additions and 0 deletions

View File

@ -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 {