Skip to content

Commit

Permalink
MONDRIAN: Fix code formatting errors.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2.2/": change = 14069]
  • Loading branch information
e-cuellar committed Feb 2, 2011
1 parent e520799 commit 5885d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/mondrian/gui/Workbench.java
Expand Up @@ -110,7 +110,7 @@ public class Workbench extends javax.swing.JFrame {
private static final String GUIResourceName = "mondrian.gui.resources.gui";
private static final String TextResourceName =
"mondrian.gui.resources.text";
private static final String FILTER_SCHEMA_LIST = "FILTER_SCHEMA_LIST";
private static final String FILTER_SCHEMA_LIST = "FILTER_SCHEMA_LIST";

private static final Logger LOGGER = Logger.getLogger(Workbench.class);

Expand Down Expand Up @@ -1313,9 +1313,9 @@ private void syncToWorkspace(DatabaseMeta databaseMeta) {
jdbcPassword = databaseMeta.getPassword();
//jdbcSchema = databaseMeta.getPreferredSchemaName();
Map<String, String> options = dbMeta.getExtraOptions();

String dbType = dbMeta.getDatabaseInterface().getPluginId();
jdbcSchema = options.get(dbType + "." + FILTER_SCHEMA_LIST);
jdbcSchema = options.get(dbType + "." + FILTER_SCHEMA_LIST);

// saving to workbench properties for documentation purposes only, since
// persistence
Expand Down

0 comments on commit 5885d3d

Please sign in to comment.