Adjust Checkstyle DTD URIs 49/81349/2
authorStephen Kitt <skitt@redhat.com>
Tue, 2 Apr 2019 15:04:47 +0000 (17:04 +0200)
committerDavid Suárez Fuentes <david.suarez.fuentes@gmail.com>
Tue, 2 Apr 2019 22:38:22 +0000 (22:38 +0000)
The DTDs have moved from checkstyle.sourceforge.net to checkstyle.org,
using secure URLs.

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

index 3406094f58a7064ed90b3d73b2a43f044a993b88..5ef545dc2c50d4884178af5c0aa0d6cf872968b0 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" />