pull/1/head
orbiter 11 years ago
parent 2fd8a0ead6
commit c48d2a2a02

@ -555,6 +555,7 @@ public class Tables implements Iterable<String> {
@Override
protected Row next0() {
if (this.i == null) return null;
Row r;
while (this.i.hasNext()) {
r = new Row(this.i.next());

Loading…
Cancel
Save