Skip to content

Commit

Permalink
Small change in the javadoc of Level.getMembers
Browse files Browse the repository at this point in the history
  • Loading branch information
lucboudreau committed Mar 4, 2013
1 parent 59a4c89 commit 11012a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/org/olap4j/metadata/Level.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ public interface Level extends MetadataElement {
/**
* Returns a list of {@link Member} objects that belong to this Level.
*
* <p>Since olap4j 2.0, the list includes calculated members which are
* defined server-side, if any. The list does not include any calculated
* members from an MDX query, if accessed through a {@link CellSet}.</p>
* <p>The list includes calculated members which are defined in the cube,
* if any. The list does not include any calculated members defined in a
* query, if accessed through a {@link CellSet}.</p>
*
* <p>Some levels have a very many members. In this case, calling this
* method may be expensive in space and/or time and is not recommended.</p>
Expand Down

0 comments on commit 11012a6

Please sign in to comment.