Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-kumar-v2 committed Aug 24, 2024
1 parent c44365e commit 0ce642a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public ContextualConfigObject<T> upsertObject(RequestContext context, T data) {
.build());
}

public ContextualConfigObject<T> upsertObject(RequestContext context, T data, Filter filter) {
protected ContextualConfigObject<T> upsertObject(RequestContext context, T data, Filter filter) {
return this.upsertObject(
context,
UpsertConfigRequest.newBuilder()
Expand Down

0 comments on commit 0ce642a

Please sign in to comment.