Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed May 7, 2024
1 parent 032e362 commit bf574a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ private FortifyCurlProcessor newFortifyCurlProcessor(final Map<String, String> p
}
return false;
});
// Check the user can login to Fortify
// Check the user can log-in to Fortify
authenticate(parameters, processor, false);
return processor;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class FortifyProject extends NamedBean<Integer> {
/**
* Original fortify measures.
*/
private Map<String, String> measures = new HashMap<>();
private final Map<String, String> measures = new HashMap<>();

/**
* Project version name
Expand Down

0 comments on commit bf574a2

Please sign in to comment.