From 98dbabda085ce9e6228c5c9587dd7ddc13521bbe Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 6 Oct 2022 10:01:53 +0100 Subject: [PATCH] Require since attribute when marking API as deprecated Closes gh-32612 --- src/checkstyle/checkstyle-suppressions.xml | 3 ++- src/checkstyle/checkstyle.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/checkstyle/checkstyle-suppressions.xml b/src/checkstyle/checkstyle-suppressions.xml index 8a2608f3b1f..e75706316c0 100644 --- a/src/checkstyle/checkstyle-suppressions.xml +++ b/src/checkstyle/checkstyle-suppressions.xml @@ -23,7 +23,7 @@ - + @@ -68,4 +68,5 @@ + diff --git a/src/checkstyle/checkstyle.xml b/src/checkstyle/checkstyle.xml index c1911867148..255845dfa4f 100644 --- a/src/checkstyle/checkstyle.xml +++ b/src/checkstyle/checkstyle.xml @@ -8,6 +8,7 @@ +