Skip to content

Commit

Permalink
[SQL] fix typo in class description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky Li committed Jan 19, 2015
1 parent 1955645 commit fcc8c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private[spark] object SQLConf {
}

/**
* A trait that enables the setting and getting of mutable config parameters/hints.
* A private class that enables the setting and getting of mutable config parameters/hints.
*
* In the presence of a SQLContext, these can be set and queried by passing SET commands
* into Spark SQL's query functions (i.e. sql()). Otherwise, users of this trait can
Expand Down

0 comments on commit fcc8c85

Please sign in to comment.