Skip to content

Commit 1c8b635

Browse files
committed
Use util.agent.AgentUtil instead of doc.agent.AgentUtil.
1 parent 9130d4d commit 1c8b635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sf/carte/doc/agent/net/DefaultUserAgent.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
import io.sf.carte.doc.DocumentException;
3434
import io.sf.carte.doc.agent.AbstractUserAgent;
35-
import io.sf.carte.doc.agent.AgentUtil;
3635
import io.sf.carte.doc.agent.UserAgent;
3736
import io.sf.carte.doc.dom.CSSDOMImplementation;
3837
import io.sf.carte.doc.dom.DOMDocument;
@@ -41,6 +40,7 @@
4140
import io.sf.carte.doc.style.css.CSSDocument;
4241
import io.sf.carte.doc.style.css.nsac.Parser;
4342
import io.sf.carte.doc.xml.dtd.DefaultEntityResolver;
43+
import io.sf.carte.util.agent.AgentUtil;
4444
import nu.validator.htmlparser.dom.HtmlDocumentBuilder;
4545

4646
/**

0 commit comments

Comments
 (0)