Skip to content

Commit

Permalink
Update SQLConf.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacky Li committed Jan 19, 2015
1 parent fcc8c85 commit 4d3f83d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ private[spark] object SQLConf {
* 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
* modify the hints by programmatically calling the setters and getters of this trait.
* into Spark SQL's query functions (i.e. sql()). Otherwise, users of this class can
* modify the hints by programmatically calling the setters and getters of this class.
*
* SQLConf is thread-safe (internally synchronized, so safe to be used in multiple threads).
*/
Expand Down

0 comments on commit 4d3f83d

Please sign in to comment.