Skip to content

Commit

Permalink
Fixed some comments.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@116 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Sep 15, 2008
1 parent 3c39d58 commit 81d65b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/org/olap4j/driver/xmla/XmlaOlap4jConnection.java
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,6 @@ public void setCatalog(String catalog) throws SQLException {
this.catalogName = catalog;
}

/* (non-Javadoc)
* @see java.sql.Connection#getCatalog()
*/
public String getCatalog() throws OlapException {
if (this.catalogName == null) {
// This means that no particular catalog name
Expand Down Expand Up @@ -1687,7 +1684,7 @@ public boolean requiresDatasourceName() {
* Returns whether this request requires a
* {@code <CatalogName>} element.
*
* @return whether this request requires a DatasourceName element
* @return whether this request requires a CatalogName element
*/
public boolean requiresCatalogName() {
return this != DBSCHEMA_CATALOGS;
Expand Down

0 comments on commit 81d65b0

Please sign in to comment.