Skip to content

Some Minor Refactorings #122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@

#23 Reformat Java code
ef59f4c921adec23c3f4f927053a5e98246d8ff9
#121 Reformat pom.xml
82ad1b0fadf09d43f3429ef0bd88d4224aa32772
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
Loading