Skip to content

Commit dc1e50f

Browse files
removed unnecessary code changes
1 parent 41aa7a3 commit dc1e50f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

checkmarx-ast-eclipse-plugin/src/com/checkmarx/eclipse/views/CheckmarxView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ public void widgetSelected(SelectionEvent event) {
13771377

13781378
Job job = new Job("Checkmarx: Updating triage information...") {
13791379
String comment = commentText.getText() != null
1380-
&& !commentText.getText().equalsIgnoreCase("Enter notes") ? commentText.getText()
1380+
&& !commentText.getText().equalsIgnoreCase("Enter comment") ? commentText.getText()
13811381
: "";
13821382

13831383
@Override

0 commit comments

Comments
 (0)