Skip to content

Commit

Permalink
MONDRIAN: Oops!
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 11430]
  • Loading branch information
julianhyde committed Aug 11, 2008
1 parent 2e24441 commit 01bb327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/util/UnsupportedList.java
Expand Up @@ -155,7 +155,7 @@ public boolean hasNext() {
public T next() {
try {
T next = get(cursor);
lastRet = cursor + + ;
lastRet = cursor++;
return next;
} catch (IndexOutOfBoundsException e) {
System.out.println("UnsupportedList.Itr.next: cursor=" + cursor);
Expand Down

0 comments on commit 01bb327

Please sign in to comment.