Skip to content

Commit

Permalink
FIxed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ravipesala committed Apr 6, 2017
1 parent f8607a3 commit b593705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class CarbonDataFrameWriter(sqlContext: SQLContext, val dataFrame: DataFrame) {
}
)
if (property.nonEmpty && property.charAt(property.length-1) == ',') {
property = property.replace(property.length-1, property.length, "")
property = property.replace(property.length - 1, property.length, "")
}

s"""
Expand Down

0 comments on commit b593705

Please sign in to comment.