Skip to content

Commit

Permalink
Remove extra changes
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Mar 12, 2024
1 parent e7d266c commit ef2c939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ public static Path createConfigurationDirectory() {
"config.yml",
"action_groups.yml",
"internal_users.yml",
"nodes_dn.yml",
"config.yml",
"roles.yml",
"roles_mapping.yml",
"security_tenants.yml",
"tenants.yml",
"whitelist.yml" };
"tenants.yml" };
for (String fileName : configurationFiles) {
Path configFileDestination = tempDirectory.resolve(fileName);
copyResourceToFile(fileName, configFileDestination.toFile());
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ public void onChange(Map<CType, SecurityDynamicConfiguration<?>> typeToConfig) {
}

initialized.set(true);

}

private static ConfigV6 getConfigV6(SecurityDynamicConfiguration<?> sdc) {
Expand Down

0 comments on commit ef2c939

Please sign in to comment.