Skip to content

Commit

Permalink
MONDRIAN
Browse files Browse the repository at this point in the history
   Restored the text of chechin 8888

[git-p4: depot-paths = "//open/mondrian/": change = 8909]
  • Loading branch information
Richard Emberson committed Mar 21, 2007
1 parent e254868 commit 24302fd
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/main/mondrian/olap/MondrianProperties.java
Expand Up @@ -495,10 +495,10 @@ public Property getPropertyDefinition(String path) {
* The <code>density</code> is <code>actual / possible</code>.
*
* <p>We use a sparse representation if
* <code>possible -
* {@link #SparseSegmentCountThreshold countThreshold} *
* actual &gt;
* {@link #SparseSegmentDensityThreshold densityThreshold}</code>
* <code>(possible -
* {@link #SparseSegmentCountThreshold countThreshold}) *
* {@link #SparseSegmentDensityThreshold densityThreshold} &gt;
* actual</code>
*
* <p>For example, at the default values
* ({@link #SparseSegmentCountThreshold countThreshold} = 1000,
Expand Down Expand Up @@ -920,8 +920,6 @@ public Property getPropertyDefinition(String path) {
*/
public final IntegerProperty CrossJoinOptimizerSize = new IntegerProperty(
this, "mondrian.olap.fun.crossjoin.optimizer.size", 0);
public final BooleanProperty UseImplicitMembers = new BooleanProperty(
this, "mondrian.rolap.RolapResult.useImplicitMembers", true);

}

Expand Down

0 comments on commit 24302fd

Please sign in to comment.