Skip to content

Commit

Permalink
MONDRIAN-PACINO: Oops.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/pacino/": change = 14827]
  • Loading branch information
lucboudreau committed Dec 8, 2011
1 parent 283ecb0 commit aaaa240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/mondrian/rolap/CellKey.java
Expand Up @@ -583,15 +583,15 @@ public void setAxis(int axis, int value) {
}

public int size() {
return 3;
return 4;
}

public int[] getOrdinals() {
return new int[] {ordinal0, ordinal1, ordinal2, ordinal3};
}

public void setOrdinals(int[] pos) {
if (pos.length != 3) {
if (pos.length != 4) {
throw new IllegalArgumentException();
}
ordinal0 = pos[0];
Expand Down

0 comments on commit aaaa240

Please sign in to comment.