aboutsummaryrefslogtreecommitdiff
path: root/src/site
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2021-01-11 12:18:00 -0500
committerGary Gregory <garydgregory@gmail.com>2021-01-11 12:18:00 -0500
commitc7c74e936db04afeef3af431a597b16f923f6f03 (patch)
tree07bf484251b6cb86a6177876f71800213e5dd276 /src/site
parentad84785d9d4923059c1b76b92074ed0454d77e54 (diff)
downloadapache-commons-lang-c7c74e936db04afeef3af431a597b16f923f6f03.tar.gz
Fix Checkstyle suppressions DTD link.
Diffstat (limited to 'src/site')
-rw-r--r--src/site/resources/checkstyle/checkstyle-suppressions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/resources/checkstyle/checkstyle-suppressions.xml b/src/site/resources/checkstyle/checkstyle-suppressions.xml
index e4746a570..275e5c105 100644
--- a/src/site/resources/checkstyle/checkstyle-suppressions.xml
+++ b/src/site/resources/checkstyle/checkstyle-suppressions.xml
@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
+<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" "https://checkstyle.org/dtds/suppressions_1_0.dtd">
<suppressions>
<suppress checks="JavadocMethod" files=".*[/\\]test[/\\].*"/>
<suppress checks="JavadocPackage" files=".*[/\\]test[/\\].*"/>