Skip to content

Commit

Permalink
MONDRIAN: Adds new olap4j method: MondrianOlap4jCube.isDrillThroughEn…
Browse files Browse the repository at this point in the history
…abled().

[git-p4: depot-paths = "//open/mondrian/": change = 14172]
  • Loading branch information
lucboudreau committed Mar 25, 2011
1 parent c38d4ff commit 3fffc5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/mondrian/olap4j/MondrianOlap4jCube.java
Expand Up @@ -276,6 +276,10 @@ private void addDescendants(
}
}
}

public boolean isDrillThroughEnabled() {
return true;
}
}

// End MondrianOlap4jCube.java

0 comments on commit 3fffc5b

Please sign in to comment.