Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit 57492a7

Browse files
author
Nikhil Bhoski
committed
Removed invalid comment
1 parent bade8b9 commit 57492a7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/main/java/com/mathworks/ci/MatlabCommandStepExecution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public Void run() throws Exception {
4747

4848
getContext().setResult((res == 0) ? Result.SUCCESS : Result.FAILURE);
4949

50-
//return false represents the asynchronous run.
5150
return null;
5251
}
5352

src/main/java/com/mathworks/ci/MatlabRunTestsStepExecution.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public Void run() throws Exception {
4646

4747
getContext().setResult((res == 0) ? Result.SUCCESS : Result.FAILURE);
4848

49-
//return false represents the asynchronous run.
5049
return null;
5150
}
5251

0 commit comments

Comments
 (0)