Skip to content

Commit 7f2c903

Browse files
committed
Fix comments
Signed-off-by: Wei Zhang <[email protected]>
1 parent fa773d7 commit 7f2c903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/src/com/microsoft/azure/hdinsight/spark/run/configuration/RemoteDebugRunConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343

4444
public class RemoteDebugRunConfiguration extends ModuleBasedConfiguration<RunConfigurationModule>
4545
{
46-
public static String ACTION_TRIGGER_PROP = "ActionTrigger";
46+
// The prop to store the action trigger source if it can be got, such as Run Context
47+
final public static String ACTION_TRIGGER_PROP = "ActionTrigger";
4748

4849
@NotNull
4950
private SparkBatchJobConfigurableModel jobModel;

0 commit comments

Comments
 (0)