Skip to content

Commit

Permalink
Fixes code style violation.
Browse files Browse the repository at this point in the history
git-svn-id: https://olap4j.svn.sourceforge.net/svnroot/olap4j/trunk@322 c6a108a4-781c-0410-a6c6-c2d559e19af0
  • Loading branch information
lucboudreau committed Jun 29, 2010
1 parent 5d83a7a commit 5a8e2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/olap4j/metadata/Datatype.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public enum Datatype implements XmlaConstant {
/**
* Used by SAP BW. Represents a Decimal
*/
DEC (1005, "DEC", "SAP BW Decimal"),
DEC(1005, "DEC", "SAP BW Decimal"),

/**
* Used by SAP BW. Represents a Point
Expand Down

0 comments on commit 5a8e2d2

Please sign in to comment.