Skip to content

Commit

Permalink
Fix formatting.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@361 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed Oct 29, 2010
1 parent e479cf9 commit 6b74aec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testsrc/org/olap4j/OlapTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,8 @@ public void testQueryVersusParseTreeIndependence() {

QueryDimension productDimension = query.getDimension("Product");
productDimension.include(
Selection.Operator.INCLUDE_CHILDREN, nameList("Product", "Drink"));
Selection.Operator.INCLUDE_CHILDREN,
nameList("Product", "Drink"));

QueryDimension measuresDimension = query.getDimension("Measures");
measuresDimension.include(nameList("Measures", "Store Sales"));
Expand Down

0 comments on commit 6b74aec

Please sign in to comment.