Skip to content

Commit

Permalink
MONDRIAN: Integrate method rename from main to mondrian-3.1.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.1/": change = 13264]
  • Loading branch information
julianhyde committed Dec 23, 2009
1 parent 00d438d commit 99fc6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/RolapNative.java
Expand Up @@ -60,7 +60,7 @@ TupleReader getTupleReader() {
interface Listener {
void foundEvaluator(NativeEvent e);
void foundInCache(TupleEvent e);
void excutingSql(TupleEvent e);
void executingSql(TupleEvent e);
}

protected Listener listener;
Expand Down

0 comments on commit 99fc6d2

Please sign in to comment.