Skip to content

Commit

Permalink
Moved the FSDOMMutator interface in the right package.
Browse files Browse the repository at this point in the history
  • Loading branch information
rototor committed Feb 15, 2018
1 parent fee8cf1 commit a5fe1e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
package com.openhtmltopdf.outputdevice.helper;

import java.io.IOException;
package com.openhtmltopdf.extend;

/**
* Allows to modify the HTML document DOM after it has been parsed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import org.w3c.dom.Element;
import org.w3c.dom.NodeList;

import com.openhtmltopdf.outputdevice.helper.FSDOMMutator;
import com.openhtmltopdf.extend.FSDOMMutator;
import uk.ac.ed.ph.snuggletex.utilities.CSSUtilities;

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import com.openhtmltopdf.layout.LayoutContext;
import com.openhtmltopdf.layout.SharedContext;
import com.openhtmltopdf.outputdevice.helper.BaseDocument;
import com.openhtmltopdf.outputdevice.helper.FSDOMMutator;
import com.openhtmltopdf.extend.FSDOMMutator;
import com.openhtmltopdf.outputdevice.helper.PageDimensions;
import com.openhtmltopdf.outputdevice.helper.UnicodeImplementation;
import com.openhtmltopdf.pdfboxout.PdfBoxOutputDevice.Metadata;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import com.openhtmltopdf.css.constants.IdentValue;
import com.openhtmltopdf.extend.*;
import com.openhtmltopdf.outputdevice.helper.BaseDocument;
import com.openhtmltopdf.outputdevice.helper.FSDOMMutator;
import com.openhtmltopdf.extend.FSDOMMutator;
import com.openhtmltopdf.outputdevice.helper.PageDimensions;
import com.openhtmltopdf.outputdevice.helper.UnicodeImplementation;
import com.openhtmltopdf.util.XRLog;
Expand Down

0 comments on commit a5fe1e1

Please sign in to comment.