Skip to content

Commit b317304

Browse files
AniketSAniketS
authored andcommitted
Corrected constant declaration.
1 parent 7042d19 commit b317304

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/utils/PluginConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public class PluginConstants {
5353
/******************************** TREE MESSAGES ********************************/
5454
public static final String TREE_INVALID_SCAN_ID_FORMAT = "Invalid scan id format.";
5555
public static final String TREE_NO_RESULTS = "No results.";
56-
public static final String NO_SCAN_ID_PROVIDED = "No Scan ID provided.";
56+
public static final String NO_SCAN_ID_PROVIDED = "No scan id provided.";
5757

5858
/******************************** PREFERENCES ********************************/
5959
public static final String PREFERENCES_API_KEY = "API key:";

0 commit comments

Comments
 (0)