Skip to content

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Mar 11, 2022
1 parent be3f8fa commit b931ab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
@Command(name = "run", description = "Run Camel")
class Run implements Callable<Integer> {

private static String[] ACCEPTED_FILE_EXT
private static final String[] ACCEPTED_FILE_EXT
= new String[] { "properties", "java", "groovy", "js", "jsh", "kts", "xml", "yaml" };

private CamelContext context;
Expand Down

0 comments on commit b931ab7

Please sign in to comment.