Skip to content

Commit 3ec79b7

Browse files
committed
addressed comments v0.2
1 parent a39151b commit 3ec79b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/deploy/SparkSubmit.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ private[deploy] object SparkSubmitUtils {
735735
}
736736

737737
/** Path of the local Maven cache. */
738-
def m2Path: JavaPath = new File(System.getProperty("user.home"),
738+
private[spark] def m2Path: JavaPath = new File(System.getProperty("user.home"),
739739
".m2" + File.separator + "repository" + File.separator).toPath
740740

741741
/**

0 commit comments

Comments
 (0)