Skip to content

Commit a83994a

Browse files
committed
User agent: use util.agent.AgentUtil instead of doc.agent.AgentUtil.
1 parent d72bfc6 commit a83994a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sf/carte/doc/dom4j/DOM4JUserAgent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
import org.xmlpull.v1.XmlPullParserException;
3535

3636
import io.sf.carte.doc.agent.AbstractUserAgent;
37-
import io.sf.carte.doc.agent.AgentUtil;
3837
import io.sf.carte.doc.dom4j.DOM4JUserAgent.AgentXHTMLDocumentFactory.AgentXHTMLDocument;
3938
import io.sf.carte.doc.style.css.nsac.Parser;
4039
import io.sf.carte.doc.style.css.nsac.Parser.Flag;
4140
import io.sf.carte.doc.xml.dtd.DefaultEntityResolver;
41+
import io.sf.carte.util.agent.AgentUtil;
4242

4343
/**
4444
* User Agent based on DOM4J document trees.

0 commit comments

Comments
 (0)