Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Nov 28, 2023
1 parent 5d75044 commit 347bba1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ import java.io.File

object CommandLineUtils {
val CONF = "--conf"

/**
* The Java command's option name for classpath
*/
val CP = "-cp"

/**
Expand Down

0 comments on commit 347bba1

Please sign in to comment.