From fce75ebaa83c62ed92d676dfc475a414dfb082b7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 15 Dec 2015 15:09:33 +0000 Subject: [PATCH] Fix checkstyle error See gh-4765 See gh-4766 --- .../undertow/UndertowEmbeddedServletContainerFactory.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowEmbeddedServletContainerFactory.java b/spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowEmbeddedServletContainerFactory.java index 2a9588f8b37..eb8edc0e98c 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowEmbeddedServletContainerFactory.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/UndertowEmbeddedServletContainerFactory.java @@ -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 {