Skip to content

Commit

Permalink
Fix typo in internal class registering the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Oct 2, 2024
1 parent 2c3a120 commit 6a8beeb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import org.kohsuke.accmod.restrictions.NoExternalUse;

@Restricted(NoExternalUse.class)
public class SecretBytesReactionExtension {
public class SecretBytesRedactionExtension {

public static final Logger LOGGER = Logger.getLogger(SecretBytesReactionExtension.class.getName());
public static final Logger LOGGER = Logger.getLogger(SecretBytesRedactionExtension.class.getName());

// TODO Delete this and annotate `SecretBytesRedaction` with `@Extension` once the core dependency is >= 2.479

Check warning on line 16 in src/main/java/com/cloudbees/plugins/credentials/SecretBytesRedactionExtension.java

View check run for this annotation

ci.jenkins.io / Open Tasks Scanner

TODO

NORMAL: Delete this and annotate `SecretBytesRedaction` with `@Extension` once the core dependency is >= 2.479
@Initializer
Expand Down

0 comments on commit 6a8beeb

Please sign in to comment.