Skip to content

Commit

Permalink
Fix errorprone
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Feb 4, 2025
1 parent 2a3e4a1 commit e4a6aa3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,6 @@ public String formatParameterKey(KeyValuesResource resource, String parameterNam
* Finds a list of profiles based on context and passed in parameters.
* @param parameters from resource or filter.
* @return list of profiles
* @throws FileNotFoundException
*/
static List<String> profiles(KeyValuesEnvironment environment, Variables variables, Parameters parameters) {
var vars = Variables.builder().add(parameters).add(variables.renameKey(environment::qualifyMetaKey)).build();
Expand Down

0 comments on commit e4a6aa3

Please sign in to comment.