Skip to content

Commit

Permalink
MONDRIAN: Rename method, to match Richard's rollback.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 6240]
  • Loading branch information
julianhyde committed Apr 14, 2006
1 parent 0cadaa8 commit 58d2a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/RolapCube.java
Expand Up @@ -747,7 +747,7 @@ public void clearCachedAggregations() {
// TODO:
// Currently a virtual cube does not keep a list of all of its
// base cubes, so we must just flush all of them.
schema.flushRolapStarCachedAggregations();
schema.flushRolapStarCaches();
} else {
star.clearCachedAggregations(false);
}
Expand Down

0 comments on commit 58d2a35

Please sign in to comment.