Skip to content

Commit

Permalink
MONDRIAN-847: Should not have thrown an exception but silently discar…
Browse files Browse the repository at this point in the history
…ded the function call.

[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 14010]
  • Loading branch information
lucboudreau committed Dec 20, 2010
1 parent fe8e0b7 commit eacdf08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/RolapNamedSetEvaluator.java
Expand Up @@ -302,7 +302,7 @@ public int previousIndex() {
}

public void set(T o) {
throw new UnsupportedOperationException();
// no op.
}

public void remove() {
Expand Down

0 comments on commit eacdf08

Please sign in to comment.