Skip to content

Commit

Permalink
Use non-deprecated Sink class
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Aug 15, 2022
1 parent 25dd43b commit a7d4a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import org.apache.tools.ant.taskdefs.Javadoc;
import org.apache.tools.ant.types.FileSet;
import org.apache.tools.ant.types.Path;
import org.codehaus.doxia.sink.Sink;
import org.apache.maven.doxia.sink.Sink;
import org.codehaus.plexus.util.FileUtils;
import org.dom4j.DocumentException;
import org.dom4j.Element;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.dom4j.DocumentException;
import org.dom4j.Element;
import org.dom4j.io.SAXReader;
import org.codehaus.doxia.sink.Sink;
import org.apache.maven.doxia.sink.Sink;

import java.net.URL;
import java.util.List;
Expand Down

0 comments on commit a7d4a34

Please sign in to comment.