Skip to content
Snippets Groups Projects
Commit c59df8c5 authored by Holden Karau's avatar Holden Karau Committed by Sean Owen
Browse files

[SPARK-12332][TRIVIAL][TEST] Fix minor typo in ResetSystemProperties

Fix a minor typo (unbalanced bracket) in ResetSystemProperties.

Author: Holden Karau <holden@us.ibm.com>

Closes #10303 from holdenk/SPARK-12332-trivial-typo-in-ResetSystemProperties-comment.
parent 606f99b9
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ private[spark] trait ResetSystemProperties extends BeforeAndAfterEach { this: Su
var oldProperties: Properties = null
override def beforeEach(): Unit = {
// we need SerializationUtils.clone instead of `new Properties(System.getProperties()` because
// we need SerializationUtils.clone instead of `new Properties(System.getProperties())` because
// the later way of creating a copy does not copy the properties but it initializes a new
// Properties object with the given properties as defaults. They are not recognized at all
// by standard Scala wrapper over Java Properties then.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment