Skip to content

Commit a1cc608

Browse files
committed
static
1 parent 3562ae4 commit a1cc608

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

core-api/src/main/java/com/optimizely/ab/bucketing/DecisionService.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ private UserProfile getUserProfile(String userId, DecisionReasons reasons) {
232232
return userProfile;
233233
}
234234

235-
class UserProfileTracker {
235+
static class UserProfileTracker {
236236
public UserProfile userProfile;
237237
public boolean profileUpdated;
238238

@@ -261,12 +261,12 @@ void updateUserProfile(@Nonnull Experiment experiment,
261261
}
262262

263263
/**
264-
* Get the variation the user is bucketed into for the FeatureFlag
264+
* Get the variations the user is bucketed into for the the list of feature flags
265265
*
266266
* @param featureFlags The feature flag list the user wants to access.
267-
* @param user The current OptimizelyuserContext
268-
* @param projectConfig The current projectConfig
269-
* @param options An array of decision options
267+
* @param user The current OptimizelyuserContext
268+
* @param projectConfig The current projectConfig
269+
* @param options An array of decision options
270270
* @return A {@link DecisionResponse} including a {@link FeatureDecision} and the decision reasons
271271
*/
272272
@Nonnull

0 commit comments

Comments
 (0)