Skip to content

Commit 7913ca2

Browse files
committed
fix checkstyle failure for copyright year
1 parent f2f51b8 commit 7913ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/checkstyle/checkstyle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- Files must contain a copyright header. -->
3333
<module name="RegexpHeader">
3434
<property name="header"
35-
value="/\*\n \* Copyright 20(19|20|21) Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/>
35+
value="/\*\n \* Copyright 20(19|20|21|22) Amazon\.com, Inc\. or its affiliates\. All Rights Reserved\.\n"/>
3636
<property name="fileExtensions" value="java"/>
3737
</module>
3838

0 commit comments

Comments
 (0)