File tree Expand file tree Collapse file tree
src/main/java/org/htmlunit/html Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828import org .htmlunit .SgmlPage ;
2929import org .htmlunit .cyberneko .xerces .util .XMLAttributesImpl ;
3030import org .htmlunit .cyberneko .xerces .xni .QName ;
31- import org .htmlunit .source .ElementTestSource ;
3231import org .htmlunit .util .OrderedFastHashMap ;
3332import org .xml .sax .Attributes ;
3433
@@ -57,7 +56,7 @@ public class DefaultElementFactory implements ElementFactory {
5756
5857 /**
5958 * You can generate your own test cases by looking into
60- * {@link ElementTestSource#generateTestForHtmlElements(String, String)}.
59+ * {@link org.htmlunit.source. ElementTestSource#generateTestForHtmlElements(String, String)}.
6160 */
6261 public static final List <String > SUPPORTED_TAGS_ = Collections .unmodifiableList (Arrays .asList (
6362 HtmlAbbreviated .TAG_NAME , HtmlAcronym .TAG_NAME ,
You can’t perform that action at this time.
0 commit comments