Skip to content

Commit

Permalink
MONDRIAN: make ParameterImpl ctor public. This is needed because JPiv…
Browse files Browse the repository at this point in the history
…ot must create new ParameterExpr() in order to restore expression trees stored in bookmarks. This is similar to MemberExpr() etc which must be created too.

[git-p4: depot-paths = "//open/mondrian/": change = 8051]
  • Loading branch information
Andreas Voss committed Nov 2, 2006
1 parent fdbce0c commit 2cf8332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/mondrian/olap/ParameterImpl.java
Expand Up @@ -63,10 +63,10 @@ public void setCachedDefaultValue(Object value) {
public void setParameterValue(Object value) {
this.value = value;
}

};

protected ParameterImpl(
public ParameterImpl(
String name,
Exp defaultExp,
String description,
Expand Down

0 comments on commit 2cf8332

Please sign in to comment.