Skip to content

Commit a281bfd

Browse files
committed
Fix comments
1 parent d7e3b0e commit a281bfd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/main/java/com/epam/reportportal/karate/ReportPortalResultListener.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2024 EPAM Systems
2+
* Copyright 2026 EPAM Systems
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -480,8 +480,7 @@ public void afterStep(StepResult stepResult, ScenarioResult sr) {
480480

481481
@Override
482482
public void onSuiteStart(Suite suite) {
483-
// Trigger launch start
484-
launch.get();
483+
launch.get(); // Trigger launch start
485484
}
486485

487486
@Override

0 commit comments

Comments
 (0)