Skip to content

Commit ec0c43f

Browse files
committed
#36 Make fields private and final bc internal state must not be changed accidentaly from outside
Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
1 parent 274ce48 commit ec0c43f

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
@@ -39,8 +39,8 @@
3939

4040
public class ImportScanService {
4141

42-
protected String defectDojoUrl;
43-
protected String defectDojoApiKey;
42+
private final String defectDojoUrl;
43+
private final String defectDojoApiKey;
4444

4545
/**
4646
* Dedicated constructor.

0 commit comments

Comments
 (0)