You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/02 20:27:05 UTC

[maven-dist-tool] branch master updated: fix issues reported by Checkstyle

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
     new a453d90  fix issues reported by Checkstyle
a453d90 is described below

commit a453d900578631cc5d96d601e7e02595a3d56414
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Jan 2 21:26:37 2022 +0100

    fix issues reported by Checkstyle
---
 src/main/java/org/apache/maven/dist/tools/site/CheckSiteResult.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/site/CheckSiteResult.java b/src/main/java/org/apache/maven/dist/tools/site/CheckSiteResult.java
index e01eb82..00b90eb 100644
--- a/src/main/java/org/apache/maven/dist/tools/site/CheckSiteResult.java
+++ b/src/main/java/org/apache/maven/dist/tools/site/CheckSiteResult.java
@@ -28,9 +28,7 @@ import org.apache.maven.dist.tools.ConfigurationLineInfo;
 import org.apache.maven.doxia.sink.Sink;
 import org.jsoup.nodes.Comment;
 import org.jsoup.nodes.Document;
-import org.jsoup.nodes.Element;
 import org.jsoup.nodes.Node;
-import org.jsoup.select.Elements;
 
 class CheckSiteResult
     extends AbstractCheckResult