Skip to content

Commit

Permalink
minor fixes in xml schema roles
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian/": change = 374]
  • Loading branch information
Andreas Voss committed Mar 18, 2003
1 parent d99563c commit 121073e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/olap/Access.java
Expand Up @@ -25,7 +25,7 @@ public class Access extends EnumeratedValues {
private Access() {
super(
new String[] {
"none", "custom", "all dimensions", "all",
"none", "custom", "all_dimensions", "all",
},
new int[] {
NONE, CUSTOM, ALL_DIMENSIONS, ALL,
Expand Down
1 change: 1 addition & 0 deletions src/main/mondrian/rolap/RolapSchema.java
Expand Up @@ -166,6 +166,7 @@ private Role createRole(MondrianDef.Role xmlRole) {
}
}
}
role.makeImmutable();
return role;
}

Expand Down

0 comments on commit 121073e

Please sign in to comment.