Skip to content

Commit

Permalink
polish (alibaba#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
chunsan authored and hengyunabc committed Jun 3, 2019
1 parent 78b0185 commit b91d91a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ public boolean hasNext() {

@Override
public T next() {
if (first.hasNext())
if (first.hasNext()) {
return first.next();
}
return next.next();
}

Expand Down

0 comments on commit b91d91a

Please sign in to comment.