Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenakshitiz committed Sep 2, 2024
1 parent 6e9ac8f commit 18120c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.hypertrace.config.service.v1.ConfigServiceGrpc.ConfigServiceBlockingStub;
import org.hypertrace.label.application.rule.config.service.impl.v1.DeletedSystemLabelApplicationRule;

public class DeletedSystemLabelApplicationRuleStore
class DeletedSystemLabelApplicationRuleStore
extends IdentifiedObjectStore<DeletedSystemLabelApplicationRule> {

private static final String DELETED_SYSTEM_LABEL_APPLICATION_RULE_CONFIG_RESOURCE_NAME =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import org.hypertrace.config.service.v1.ConfigServiceGrpc;
import org.hypertrace.label.application.rule.config.service.v1.LabelApplicationRule;

public class LabelApplicationRuleStore extends IdentifiedObjectStore<LabelApplicationRule> {
class LabelApplicationRuleStore extends IdentifiedObjectStore<LabelApplicationRule> {
private static final String LABEL_APPLICATION_RULE_CONFIG_RESOURCE_NAME =
"label-application-rule-config";
private static final String LABEL_APPLICATION_RULE_CONFIG_RESOURCE_NAMESPACE = "labels";
Expand Down

0 comments on commit 18120c3

Please sign in to comment.