Skip to content

Commit 52740b9

Browse files
committed
Fix errorprone
1 parent c3f4961 commit 52740b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ezkv-kvs/src/main/java/io/jstach/ezkv/kvs/KeyValuesServiceProvider.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,6 @@ public String formatParameterKey(KeyValuesResource resource, String parameterNam
496496
* Finds a list of profiles based on context and passed in parameters.
497497
* @param parameters from resource or filter.
498498
* @return list of profiles
499-
* @throws FileNotFoundException
500499
*/
501500
static List<String> profiles(KeyValuesEnvironment environment, Variables variables, Parameters parameters) {
502501
var vars = Variables.builder().add(parameters).add(variables.renameKey(environment::qualifyMetaKey)).build();

0 commit comments

Comments
 (0)