Skip to content

Commit 670f52a

Browse files
committed
Merge branch 'master' of github.com:OSBI/saiku
2 parents f0cabb1 + d043d25 commit 670f52a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

saiku-core/saiku-service/src/main/java/org/saiku/olap/query/MdxQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public void setProperties(Properties props) {
104104
}
105105

106106
public Properties getProperties() {
107-
Properties props = new Properties(this.properties);
107+
Properties props = this.properties;
108108
props.put(QueryProperties.KEY_IS_DRILLTHROUGH, isDrillThroughEnabled().toString());
109109
props.put("org.saiku.connection.scenario", Boolean.toString(false));
110110
try {

saiku-ui

Submodule saiku-ui updated 74 files

0 commit comments

Comments
 (0)