Skip to content

Commit

Permalink
Resolve PR reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandShivansh committed Jun 19, 2024
1 parent 05beb61 commit a3b21be
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ public interface ExcludeSpanRuleInfo {

@GraphQLField
@GraphQLName(DISABLED_KEY)
@GraphQLDescription(
"Disabled field denotes whether the rule is disabled or not. By default it is enabled on write")
@GraphQLDescription("Disabled field denotes whether the rule is disabled or not.")
@GraphQLNonNull
boolean disabled();

Expand Down

0 comments on commit a3b21be

Please sign in to comment.