Skip to content

Commit

Permalink
file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrr888 committed Dec 16, 2024
1 parent b409639 commit b5d23bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;

@AutoService(KeywordExecutable.class)
public class CheckAccumuloConfig implements KeywordExecutable {
public class CheckAccumuloProperties implements KeywordExecutable {

@SuppressFBWarnings(value = "PATH_TRAVERSAL_IN", justification = "intentional user-provided path")
public static void main(String[] args) throws IOException {
Expand Down

0 comments on commit b5d23bf

Please sign in to comment.