File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/io/securecodebox/persistence/defectdojo/service Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4040/*
4141 * https://defectdojo.security.iteratec.dev/api/v2/oa3/swagger-ui/#operations-tag-import-scan
4242 */
43- public class DefaultImportScanService implements ImportScanService {
43+ class DefaultImportScanService implements ImportScanService {
4444 private static final List <HttpMessageConverter <?>> HTTP_MESSAGE_CONVERTERS = List .of (
4545 new FormHttpMessageConverter (),
4646 new ResourceHttpMessageConverter (),
@@ -56,7 +56,7 @@ public class DefaultImportScanService implements ImportScanService {
5656 *
5757 * @param config not {@code null}
5858 */
59- public DefaultImportScanService (final @ NonNull Config config ) {
59+ DefaultImportScanService (final @ NonNull Config config ) {
6060 super ();
6161 this .defectDojoUrl = config .getUrl ();
6262 this .defectDojoApiKey = config .getApiKey ();
You can’t perform that action at this time.
0 commit comments