Skip to content

Commit

Permalink
Fixup the logger of NpmCPEAnalyzer to refer to the proper class
Browse files Browse the repository at this point in the history
  • Loading branch information
aikebah authored and jeremylong committed Aug 19, 2023
1 parent a565f4a commit d2f02a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public class NpmCPEAnalyzer extends CPEAnalyzer {
/**
* The Logger.
*/
private static final Logger LOGGER = LoggerFactory.getLogger(CPEAnalyzer.class);
private static final Logger LOGGER = LoggerFactory.getLogger(NpmCPEAnalyzer.class);

/**
* Returns the analysis phase that this analyzer should run in.
Expand Down

0 comments on commit d2f02a8

Please sign in to comment.