Adjust Checkstyle DTD URIs 48/81348/1
authorStephen Kitt <skitt@redhat.com>
Tue, 2 Apr 2019 14:05:11 +0000 (16:05 +0200)
committerStephen Kitt <skitt@redhat.com>
Tue, 2 Apr 2019 14:05:11 +0000 (16:05 +0200)
The DTDs have moved from checkstyle.sourceforge.net to checkstyle.org,
using secure URLs.

Change-Id: I6e1462de44c7c0487a5a55c930024a66c539cd86
Signed-off-by: Stephen Kitt <skitt@redhat.com>
commons/checkstyle/src/main/resources/databroker-checks.xml

index cc58e59123f8b992121ec2ff7fb4ef364d6ee7cb..b1180f584b5305abd25c07c2ee4140bb88ae7078 100644 (file)
@@ -8,7 +8,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 -->
 <!DOCTYPE module PUBLIC
         "-//Puppy Crawl//DTD Check Configuration 1.3//EN"
-        "http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
+        "https://checkstyle.org/dtds/configuration_1_3.dtd">
 <module name="Checker">
     <module name="SuppressWarningsFilter" />
 
@@ -22,4 +22,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
             <property name="methodName" value="newReadWriteTransaction" />
         </module>
     </module>
-</module>
\ No newline at end of file
+</module>