Skip to content

Commit

Permalink
Fixes javadoc errors.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@430 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Mar 24, 2011
1 parent 46a1c34 commit 9bb70cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/org/olap4j/query/QueryAxis.java
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ public void sort(SortOrder order, Member member) {
/**
* <p>Sorts the axis according to the supplied order
* and evaluation expression.
* <p>The string value passed as the sortIdentifierNodeName
* parameter willb e used literally as a sort evaluator.
* <p>The string value passed as the sortEvaluationLitteral
* parameter will be used literally as a sort evaluator.
* @param order The {@link SortOrder} in which to
* sort the axis.
* @param sortEvaluationLiteral The literal expression that
Expand Down

0 comments on commit 9bb70cd

Please sign in to comment.