Skip to content

Commit

Permalink
MONDRIAN: Removed unused global ordinal methods and javadoc
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 10274]
  • Loading branch information
Will Gorman committed Dec 11, 2007
1 parent 05de070 commit 29e54ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/main/mondrian/olap/Schema.java
Expand Up @@ -19,12 +19,6 @@
*/
public interface Schema {

/**
* returns the next available ordinal. Ths should not be part of the public
* API but this is temporary, will be removed with the "compiled expressions".
*/
int getNextDimensionOrdinal();

/**
* Returns the name of this schema.
* @post return != null
Expand Down

0 comments on commit 29e54ba

Please sign in to comment.