From 4d31d1fb043fd9dd7e88840394362d9e8d7faa7b Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Mon, 21 May 2018 11:51:24 +0200 Subject: [PATCH] whitespaces --- .../main/resources/category/java/security.xml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pmd-java/src/main/resources/category/java/security.xml b/pmd-java/src/main/resources/category/java/security.xml index 4d8ba3aa27..91a64a883b 100644 --- a/pmd-java/src/main/resources/category/java/security.xml +++ b/pmd-java/src/main/resources/category/java/security.xml @@ -37,30 +37,30 @@ public class Foo { } ]]> - + - - + + Do not use hard coded values for cryptographic operations. Please store keys outside of source code. - 3 - + 3 + - +