Skip to content

Commit 347bba1

Browse files
committed
comment
1 parent 5d75044 commit 347bba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kyuubi-util-scala/src/main/scala/org/apache/kyuubi/util/command/CommandLineUtils.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ import java.io.File
2121

2222
object CommandLineUtils {
2323
val CONF = "--conf"
24+
25+
/**
26+
* The Java command's option name for classpath
27+
*/
2428
val CP = "-cp"
2529

2630
/**

0 commit comments

Comments
 (0)