File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
lib/src/main/java/growthbook/sdk/java/evaluators Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public <ValueType> FeatureResult<ValueType> evaluateFeature(
53
53
54
54
try {
55
55
if (context .getStack ().getEvaluatedFeatures ().contains (key )) {
56
- // block that handle recursion
56
+ // block that handles recursion
57
57
log .info (
58
58
"evaluateFeature: circular dependency detected: {} -> {}. { from: {}, to: {} }" ,
59
59
context .getStack ().getId (), key ,
@@ -291,8 +291,6 @@ public <ValueType> FeatureResult<ValueType> evaluateFeature(
291
291
292
292
if (rule .getRange () == null ) {
293
293
if (rule .getCoverage () != null ) {
294
- // String key = ruleKey;
295
-
296
294
String attributeValue = context .getUser ().getAttributes ().get (ruleKey ) == null
297
295
? null : context .getUser ().getAttributes ().get (ruleKey ).getAsString ();
298
296
You can’t perform that action at this time.
0 commit comments