Skip to content

Commit

Permalink
Code formatting standards, in particular line length.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@243 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
julianhyde committed May 22, 2009
1 parent 4bd09de commit 40daa57
Show file tree
Hide file tree
Showing 46 changed files with 739 additions and 433 deletions.
3 changes: 2 additions & 1 deletion src/org/olap4j/CellSetAxis.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ public interface CellSetAxis extends Iterable<Position> {
* </blockquote>
* for a filter axis, and
* <blockquote>
* <code>getCellSet().getMetaData().getAxesMetaData().get(getAxisOrdinal().axisOrdinal())</code>
* <code>getCellSet().getMetaData().getAxesMetaData().get(
* getAxisOrdinal().axisOrdinal())</code>
* </blockquote>
* for other axes.
*
Expand Down
4 changes: 3 additions & 1 deletion src/org/olap4j/driver/xmla/EmptyResultSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,9 @@ public InputStream getAsciiStream(String columnLabel) throws SQLException {
throw new UnsupportedOperationException();
}

public InputStream getUnicodeStream(String columnLabel) throws SQLException {
public InputStream getUnicodeStream(String columnLabel)
throws SQLException
{
throw new UnsupportedOperationException();
}

Expand Down
Loading

0 comments on commit 40daa57

Please sign in to comment.