Skip to content

Commit

Permalink
MONDRIAN: additional change required for change #11800, bug #2141503 …
Browse files Browse the repository at this point in the history
…fix. Bad merge.

[git-p4: depot-paths = "//open/mondrian/": change = 11966]
  • Loading branch information
Will Gorman committed Nov 17, 2008
1 parent 533e206 commit 27670e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/mondrian/rolap/RolapCube.java
Expand Up @@ -2249,8 +2249,6 @@ public OlapElement lookupChild(
oe = super.lookupChild(schemaReader, s, MatchType.EXACT);
}

OlapElement oe = super.lookupChild(schemaReader, s, MatchType.EXACT);

if (oe == null) {
HierarchyUsage[] usages = getUsagesBySource(s.name);
if (usages.length > 0) {
Expand Down

0 comments on commit 27670e8

Please sign in to comment.