Skip to content

Commit

Permalink
fix code warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Jun 20, 2024
1 parent ff0efd6 commit 3d36fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public final class NextGenDynamicMediaMediaSource extends MediaSource {
@AemObject(injectionStrategy = InjectionStrategy.OPTIONAL)
private ComponentContext componentContext;

private static final Logger log = LoggerFactory.getLogger(NextGenDynamicMediaReference.class);
private static final Logger log = LoggerFactory.getLogger(NextGenDynamicMediaMediaSource.class);

@Override
public @NotNull String getId() {
Expand Down

0 comments on commit 3d36fdb

Please sign in to comment.