From fcc8c857aef468d1a86c085554a2a7184ff769a3 Mon Sep 17 00:00:00 2001 From: Jacky Li Date: Sun, 18 Jan 2015 22:52:57 -0800 Subject: [PATCH] [SQL] fix typo in class description --- sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala b/sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala index 3bc201a2425b6..9183b0482bdc0 100644 --- a/sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala +++ b/sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala @@ -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