Skip to content

Commit c1e0a5a

Browse files
committed
Fixed the duplicate comment.
1 parent 7614372 commit c1e0a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/SQLConf.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import scala.collection.JavaConverters._
2525
* SQLConf holds mutable config parameters and hints. These can be set and
2626
* queried either by passing SET commands into Spark SQL's DSL
2727
* functions (sql(), hql(), etc.), or by programmatically using setters and
28-
* getters of this class. This class is thread-safe.
28+
* getters of this class.
2929
*
3030
* SQLConf is thread-safe (internally synchronized so safe to be used in multiple threads).
3131
*/

0 commit comments

Comments
 (0)