You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/18 12:41:20 UTC

[maven-pdf-plugin] 02/06: [MPDF-100] Remove remains of org.codehaus.doxia.sink.Sink

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git

commit 8f89c50d3144b49401f94607f6ea19c30878eb97
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Apr 18 13:58:07 2022 +0200

    [MPDF-100] Remove remains of org.codehaus.doxia.sink.Sink
---
 src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java b/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
index d116982..8c0de75 100644
--- a/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
+++ b/src/main/java/org/apache/maven/plugins/pdf/PdfMojo.java
@@ -1421,7 +1421,6 @@ public class PdfMojo
      */
     private static class PdfXdocSink
         extends XdocSink
-        implements org.codehaus.doxia.sink.Sink
     {
         protected PdfXdocSink( Writer writer )
         {