Skip to content

Commit

Permalink
Fixes checkFile errors.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@433 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 30, 2011
1 parent 48d4687 commit d74b0bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/olap4j/driver/xmla/XmlaOlap4jDatabase.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ public String getDataSourceInfo() throws OlapException {
return this.dataSourceInfo;
}
}
// End XmlaOlap4jDatabase
// End XmlaOlap4jDatabase.java
2 changes: 2 additions & 0 deletions src/org/olap4j/metadata/Database.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,5 @@ public String getDescription() {
}
}
}

// End Database.java
2 changes: 2 additions & 0 deletions testsrc/org/olap4j/driver/xmla/cache/XmlaDatabaseCache.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,5 @@ public String setParameters(
return CACHE_IDENT;
}
}

// End XmlaDatabaseCache.java

0 comments on commit d74b0bf

Please sign in to comment.