@@ -238,7 +238,8 @@ public SplitResult getTreatmentWithConfig(String key, String featureFlagName, Ma
238238 }
239239
240240 @ Override
241- public Map <String , SplitResult > getTreatmentsWithConfig (String key , List <String > featureFlagNames , Map <String , Object > attributes , String properties ) {
241+ public Map <String , SplitResult > getTreatmentsWithConfig (String key , List <String > featureFlagNames , Map <String , Object > attributes ,
242+ String properties ) {
242243 return new HashMap <>();
243244 }
244245
@@ -278,7 +279,8 @@ public Map<String, SplitResult> getTreatmentsWithConfigByFlagSets(String key, Li
278279 }
279280
280281 @ Override
281- public Map <String , SplitResult > getTreatmentsWithConfigByFlagSets (String key , List <String > flagSets , Map <String , Object > attributes , String properties ) {
282+ public Map <String , SplitResult > getTreatmentsWithConfigByFlagSets (String key , List <String > flagSets , Map <String , Object > attributes ,
283+ String properties ) {
282284 return new HashMap <>();
283285 }
284286
@@ -288,7 +290,8 @@ public Map<String, String> getTreatmentsByFlagSet(String key, String flagSet, St
288290 }
289291
290292 @ Override
291- public Map <String , SplitResult > getTreatmentsWithConfig (Key key , List <String > featureFlagNames , Map <String , Object > attributes , String properties ) {
293+ public Map <String , SplitResult > getTreatmentsWithConfig (Key key , List <String > featureFlagNames , Map <String , Object > attributes ,
294+ String properties ) {
292295 return new HashMap <>();
293296 }
294297
@@ -308,7 +311,8 @@ public Map<String, SplitResult> getTreatmentsWithConfigByFlagSet(Key key, String
308311 }
309312
310313 @ Override
311- public Map <String , SplitResult > getTreatmentsWithConfigByFlagSets (Key key , List <String > flagSets , Map <String , Object > attributes , String properties ) {
314+ public Map <String , SplitResult > getTreatmentsWithConfigByFlagSets (Key key , List <String > flagSets , Map <String , Object > attributes ,
315+ String properties ) {
312316 return new HashMap <>();
313317 }
314318
0 commit comments