Skip to content

Commit

Permalink
secureCodeBox#121 Hide Client Config Because Only USed in This Class
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed Jul 3, 2024
1 parent 34abd4c commit b67f8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
@Slf4j
abstract class GenericDefectDojoService<T extends Model> implements DefectDojoService<T> {
private static final long DEFECT_DOJO_OBJET_LIMIT = 100L;
protected ClientConfig clientConfig;
private final ClientConfig clientConfig;

protected ObjectMapper objectMapper;
protected ObjectMapper searchStringMapper;
Expand Down

0 comments on commit b67f8c5

Please sign in to comment.