From 4b9cb6afeed1b85ca1084bd1d2b72c4bdbf836c0 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sun, 1 Feb 2015 21:38:11 -0800 Subject: [PATCH] Revert "Disable javadoc linting when building with JDK 8+" This reverts commit 78432fc7451ddd025f53c9d79908f0dc0d219cd9. --- spring-boot-parent/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 79ce42570a8..fbe319d2c8f 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -572,9 +572,6 @@ jar true - - ${javadoc.opts} - @@ -591,15 +588,6 @@ - - disable-java8-doclint - - [1.8,) - - - -Xdoclint:none - - snapshot