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 692a61d commit 54b806aCopy full SHA for 54b806a
src/main/java/com/gargoylesoftware/css/dom/CSSStyleSheetImpl.java
@@ -508,7 +508,7 @@ public List<CSSStyleSheetRuleIndex> getChildren() {
508
/**
509
* @param elementName the element
510
* @param classes the classes
511
- * @return Iterator<SelectorEntry>
+ * @return Iterator of SelectorEntry
512
*/
513
public Iterator<SelectorEntry> getSelectorEntriesIteratorFor(final String elementName, final String[] classes) {
514
return new SelectorEntriesIterator(this, elementName, classes);
0 commit comments