Skip to content

Commit

Permalink
MONDRIAN: was too restrictive, its sufficiant to synchronize nextOrdi…
Browse files Browse the repository at this point in the history
…nal()

[git-p4: depot-paths = "//open/mondrian/": change = 4495]
  • Loading branch information
Andreas Voss committed Nov 28, 2005
1 parent 50c200d commit 15ecc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/rolap/RolapDimension.java
Expand Up @@ -164,7 +164,7 @@ protected Logger getLogger() {
* Assigns an ordinal for a dimension usage; also assigns the join-level of
* the usage.
*/
private static synchronized int chooseOrdinal(RolapCube cube,
private static int chooseOrdinal(RolapCube cube,
MondrianDef.CubeDimension xmlCubeDimension) {

if (xmlCubeDimension.name.equals(MEASURES_NAME)) {
Expand Down

0 comments on commit 15ecc21

Please sign in to comment.