Skip to content

Commit e502a38

Browse files
committed
make member var final in InMemoryRuleProcessingService
Signed-off-by: Kaushal Kumar <[email protected]>
1 parent 627efa6 commit e502a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/autotagging-commons/src/main/java/org/opensearch/rule/InMemoryRuleProcessingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
public class InMemoryRuleProcessingService {
3030

31-
private AttributeValueStoreFactory attributeValueStoreFactory;
31+
private final AttributeValueStoreFactory attributeValueStoreFactory;
3232

3333
/**
3434
* Constrcutor

0 commit comments

Comments
 (0)