Skip to content

Commit

Permalink
Update logger within UsesSystemProperties.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Sep 28, 2024
1 parent 032fd55 commit 3b05f4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
final class UsesSystemPropertiesExtension
implements BeforeEachCallback, AfterEachCallback {

private final Logger log = LoggerFactory.getLogger(Extension.class);
private final Logger log = LoggerFactory.getLogger(UsesSystemProperties.class);
private Properties originalProperties;

@Override
Expand Down

0 comments on commit 3b05f4f

Please sign in to comment.