Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-wang committed Oct 23, 2014
1 parent 1d74448 commit 444f100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ case class NullableData(
booleanField: java.lang.Boolean,
stringField: String,
decimalField: BigDecimal,
DateField: Date,
dateField: Date,
timestampField: Timestamp,
binaryField: Array[Byte])

Expand Down

0 comments on commit 444f100

Please sign in to comment.