From a3b21be6db3b8b9d81b87d9a69f41d8ff8738595 Mon Sep 17 00:00:00 2001 From: Shivansh Anand Srivastava Date: Wed, 19 Jun 2024 19:35:02 +0530 Subject: [PATCH] Resolve PR reviews --- .../spanprocessing/schema/rule/ExcludeSpanRuleInfo.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hypertrace-graphql-span-processing-schema/src/main/java/org/hypertrace/graphql/spanprocessing/schema/rule/ExcludeSpanRuleInfo.java b/hypertrace-graphql-span-processing-schema/src/main/java/org/hypertrace/graphql/spanprocessing/schema/rule/ExcludeSpanRuleInfo.java index e8a6c43..c13b681 100644 --- a/hypertrace-graphql-span-processing-schema/src/main/java/org/hypertrace/graphql/spanprocessing/schema/rule/ExcludeSpanRuleInfo.java +++ b/hypertrace-graphql-span-processing-schema/src/main/java/org/hypertrace/graphql/spanprocessing/schema/rule/ExcludeSpanRuleInfo.java @@ -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();