We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea96657 commit 6a33877Copy full SHA for 6a33877
1 file changed
src/main/java/org/htmlunit/html/DefaultElementFactory.java
@@ -56,7 +56,7 @@ public class DefaultElementFactory implements ElementFactory {
56
57
/**
58
* You can generate your own test cases by looking into
59
- * {@link org.htmlunit.source.ElementTestSource#generateTestForHtmlElements(String, String)}.
+ * org.htmlunit.source.ElementTestSource#generateTestForHtmlElements(String, String).
60
*/
61
public static final List<String> SUPPORTED_TAGS_ = Collections.unmodifiableList(Arrays.asList(
62
HtmlAbbreviated.TAG_NAME, HtmlAcronym.TAG_NAME,
0 commit comments