Skip to content

Commit

Permalink
MONDRIAN: Fixes checkFile errors.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//open/mondrian-release/3.2/": change = 14016]
  • Loading branch information
lucboudreau committed Dec 22, 2010
1 parent 34a2559 commit df665f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/main/mondrian/rolap/RolapStar.java
Expand Up @@ -130,8 +130,8 @@ protected List<AggregationKey> initialValue() {
private int columnCount;

/**
* Keeps track of the columns across all tables. Should have a number of elements
* equal to columnCount.
* Keeps track of the columns across all tables. Should have
* a number of elements equal to columnCount.
*/
private List<Column> columnList;

Expand Down
2 changes: 1 addition & 1 deletion testsrc/main/mondrian/test/SteelWheelsPerformanceTest.java
Expand Up @@ -137,4 +137,4 @@ private void printDuration(String desc, long t0) {
}
}

// End PerformanceTest.java
// End SteelWheelsPerformanceTest.java

0 comments on commit df665f0

Please sign in to comment.