Skip to content

Commit 9dfb617

Browse files
WeltraumschafManuelNeuer
authored andcommitted
#36 Reomove obsolete fixme tag
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 825bc15 commit 9dfb617

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ public String getFilename() {
118118
// We send the whole file content, so DefectDojo can parse the finding by itself.
119119
body.add("file", contentsAsResource);
120120

121-
// FIXME: We do not define the the type T of the body here!
122121
final var payload = new HttpEntity<MultiValueMap<String, Object>>(body, headers);
123122

124123
final var restTemplate = this.createRestTemplate();

0 commit comments

Comments
 (0)