From 22023ab28df2865ffd2bbd05ccaf254194214a95 Mon Sep 17 00:00:00 2001 From: Gnusin Pavel Date: Wed, 20 Nov 2019 08:24:08 +0300 Subject: [PATCH] yegor256#308 leading spaces --- src/main/java/org/jpeek/Main.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/jpeek/Main.java b/src/main/java/org/jpeek/Main.java index 2c756556..6e6ad02b 100644 --- a/src/main/java/org/jpeek/Main.java +++ b/src/main/java/org/jpeek/Main.java @@ -43,9 +43,9 @@ * @version $Id$ * @since 0.1 * @todo #308:30min Due to introduce new version of qulice 0.18.17 there were - * many 'JavadocTagsCheck' suppression, so we need to fix that by remove - * author, version and since tags in all javadoc. After that remove - * 'JavadocTagsCheck' suppression. + * many 'JavadocTagsCheck' suppression, so we need to fix that by remove + * author, version and since tags in all javadoc. After that remove + * 'JavadocTagsCheck' suppression. * @checkstyle JavadocVariableCheck (500 lines) * @checkstyle JavadocTagsCheck (500 lines) */