Commit bc6e81e0 authored by GZhY's avatar GZhY

修复checkElementAndConvert方法注释中注释错误

parent 4a2c0f4f
......@@ -90,7 +90,7 @@ public class HtmlNode extends AbstractSelectable {
* See: https://github.com/code4craft/webmagic/issues/113
*
* @param elementIterator elementIterator
* @param element element
* @return element element
*/
private Element checkElementAndConvert(ListIterator<Element> elementIterator) {
Element element = elementIterator.next();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment