Skip to content

Commit 6d18f25

Browse files
committed
Update Checkstyle DTD version from 1.0 to 1.2
1 parent 1332708 commit 6d18f25

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

src/conf/checkstyle-suppressions.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<!--
43
Licensed to the Apache Software Foundation (ASF) under one or more
54
contributor license agreements. See the NOTICE file distributed with
@@ -16,11 +15,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1615
See the License for the specific language governing permissions and
1716
limitations under the License.
1817
-->
19-
2018
<!DOCTYPE suppressions PUBLIC
21-
"-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN"
22-
"https://checkstyle.org/dtds/suppressions_1_0.dtd">
23-
19+
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
20+
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
2421
<suppressions>
2522
<suppress checks="Header" files="LICENSE.txt"/>
2623
<suppress checks="Header" files="NOTICE.txt"/>

0 commit comments

Comments
 (0)