Skip to content

Commit 54b806a

Browse files
committed
javadoc fixes
1 parent 692a61d commit 54b806a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/gargoylesoftware/css/dom/CSSStyleSheetImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ public List<CSSStyleSheetRuleIndex> getChildren() {
508508
/**
509509
* @param elementName the element
510510
* @param classes the classes
511-
* @return Iterator<SelectorEntry>
511+
* @return Iterator of SelectorEntry
512512
*/
513513
public Iterator<SelectorEntry> getSelectorEntriesIteratorFor(final String elementName, final String[] classes) {
514514
return new SelectorEntriesIterator(this, elementName, classes);

0 commit comments

Comments
 (0)