Skip to content

Commit

Permalink
MONDRIAN:
Browse files Browse the repository at this point in the history
Fix some typos.

[git-p4: depot-paths = "//open/mondrian/": change = 3842]
  • Loading branch information
goncha committed Jul 20, 2005
1 parent 6adb305 commit 130c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mondrian/xmla/XmlaServlet.java
Expand Up @@ -50,7 +50,7 @@
public class XmlaServlet extends HttpServlet {
private static final Logger LOGGER = Logger.getLogger(XmlaServlet.class);

public static final String DATA_SOURCES_CONFIG = "DataSourceConfig";
public static final String DATA_SOURCES_CONFIG = "DataSourcesConfig";

private final XmlaMediator mediator = new XmlaMediator();

Expand Down

0 comments on commit 130c758

Please sign in to comment.