Skip to content

Commit 85ca0eb

Browse files
committed
#36 Fix typos and remove javadoc fmt bc the whole comment does not meet the requiremtns for method javadoc
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 5e1dc44 commit 85ca0eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/securecodebox/persistence/defectdojo/service/ImportScanService.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ protected RestTemplate createRestTemplate() {
8484
}
8585
}
8686

87-
/**
88-
* Before version 1.5.4. testName (in DefectDojo _test_type_) must be defectDojoScanName, afterwards, you can have somethings else
87+
/*
88+
* Before version 1.5.4. testName (in DefectDojo _test_type_) must be defectDojoScanName, afterward, you can have something else.
8989
*/
9090
protected ImportScanResponse createFindings(ScanFile scanFile, String endpoint, long lead, String currentDate, ScanType scanType, long testType, MultiValueMap<String, Object> options) {
9191
var restTemplate = this.createRestTemplate();

0 commit comments

Comments
 (0)