Skip to content

Commit

Permalink
Merge pull request #562 from daniel-beck/react-redact
Browse files Browse the repository at this point in the history
Fix typo in name of internal class registering `SecretBytesRedaction`
  • Loading branch information
jtnord authored Oct 2, 2024
2 parents 2c3a120 + 6a8beeb commit 4003ed3
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 4003ed3

Please sign in to comment.