We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9130d4d commit 1c8b635Copy full SHA for 1c8b635
src/io/sf/carte/doc/agent/net/DefaultUserAgent.java
@@ -32,7 +32,6 @@
32
33
import io.sf.carte.doc.DocumentException;
34
import io.sf.carte.doc.agent.AbstractUserAgent;
35
-import io.sf.carte.doc.agent.AgentUtil;
36
import io.sf.carte.doc.agent.UserAgent;
37
import io.sf.carte.doc.dom.CSSDOMImplementation;
38
import io.sf.carte.doc.dom.DOMDocument;
@@ -41,6 +40,7 @@
41
40
import io.sf.carte.doc.style.css.CSSDocument;
42
import io.sf.carte.doc.style.css.nsac.Parser;
43
import io.sf.carte.doc.xml.dtd.DefaultEntityResolver;
+import io.sf.carte.util.agent.AgentUtil;
44
import nu.validator.htmlparser.dom.HtmlDocumentBuilder;
45
46
/**
0 commit comments