Skip to content

Commit

Permalink
secureCodeBox#121 Hide Rest Template 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 b67f8c5 commit 307747c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ abstract class GenericDefectDojoService<T extends Model> implements DefectDojoSe
protected ObjectMapper objectMapper;
protected ObjectMapper searchStringMapper;

@Getter
protected RestTemplate restTemplate;
@Getter // TODO: Remove this getter
private final RestTemplate restTemplate;

/**
* Dedicated constructor
Expand Down

0 comments on commit 307747c

Please sign in to comment.