You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/07/17 15:04:43 UTC

[maven-dist-tool] branch master updated: fix layout

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

slachiewicz 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 c3a2230  fix layout
c3a2230 is described below

commit c3a2230418cfe676ead49f8dfe2e5bdcc3a48716
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Jul 17 17:04:11 2022 +0200

    fix layout
---
 src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java b/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java
index 8e2dde5..668a5f9 100644
--- a/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java
+++ b/src/main/java/org/apache/maven/dist/tools/AbstractDistCheckReport.java
@@ -382,9 +382,6 @@ public abstract class AbstractDistCheckReport
     private static void icon( Sink sink, String level )
     {
         sink.figure();
-        sink.figureCaption();
-        sink.text( level );
-        sink.figureCaption_();
         sink.figureGraphics( "images/" + level + ".gif" );
         sink.figure_();
     }