Skip to content

Commit

Permalink
secureCodeBox#121 The Readme Referenced Old Class Name
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Strittmatter <[email protected]>
  • Loading branch information
Weltraumschaf committed Feb 16, 2024
1 parent 3d76d32 commit 9d4be9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class DefectDojoClientTest {
public static void main(String[] args) throws URISyntaxException, JsonProcessingException {

// Configure DefectDojo URl and APIv2 Key
var conf = new DefectDojoConfig("https://defectdojo.example.com", "f8....");
var conf = new Config("https://defectdojo.example.com", "f8....");

var productTypeService = new ProductTypeService(conf);
var productTypes = productTypeService.search();
Expand Down

0 comments on commit 9d4be9d

Please sign in to comment.