Skip to content

Commit c93f585

Browse files
committed
Update SparkSubmit.scala
1 parent b8a3eed commit c93f585

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
@@ -1363,7 +1363,7 @@ private[spark] object SparkSubmitUtils {
13631363
* @param ivySettings An IvySettings containing resolvers to use
13641364
* @param transitive Whether resolving transitive dependencies, default is true
13651365
* @param exclusions Exclusions to apply when resolving transitive dependencies
1366-
* @return The comma-delimited path to the jars of the given maven artifacts including their
1366+
* @return Seq of path to the jars of the given maven artifacts including their
13671367
* transitive dependencies
13681368
*/
13691369
def resolveMavenCoordinates(

0 commit comments

Comments
 (0)