Skip to content

Commit fd7af2f

Browse files
committed
#36 Remove obsolete comment
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent b1597d5 commit fd7af2f

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
@@ -114,7 +114,6 @@ public String getFilename() {
114114
}
115115
};
116116

117-
// FIXME: #36 Why do we add the whole byte array resource here as object? Is not simply the file name sufficient here? Then we could use <String, String>
118117
// We send the whole file content, so DefectDojo can parse the finding by itself.
119118
body.add("file", contentsAsResource);
120119

0 commit comments

Comments
 (0)