File tree 1 file changed +2
-2
lines changed
src/main/java/io/securecodebox/persistence/defectdojo/service
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
/*
41
41
* https://defectdojo.security.iteratec.dev/api/v2/oa3/swagger-ui/#operations-tag-import-scan
42
42
*/
43
- public class DefaultImportScanService implements ImportScanService {
43
+ class DefaultImportScanService implements ImportScanService {
44
44
private static final List <HttpMessageConverter <?>> HTTP_MESSAGE_CONVERTERS = List .of (
45
45
new FormHttpMessageConverter (),
46
46
new ResourceHttpMessageConverter (),
@@ -56,7 +56,7 @@ public class DefaultImportScanService implements ImportScanService {
56
56
*
57
57
* @param config not {@code null}
58
58
*/
59
- public DefaultImportScanService (final @ NonNull Config config ) {
59
+ DefaultImportScanService (final @ NonNull Config config ) {
60
60
super ();
61
61
this .defectDojoUrl = config .getUrl ();
62
62
this .defectDojoApiKey = config .getApiKey ();
You can’t perform that action at this time.
0 commit comments