From 0840bdbd85f874e9228b8ee3230f3832b099b7d1 Mon Sep 17 00:00:00 2001 From: Rowanne Kabalan Date: Wed, 8 Nov 2023 16:47:36 +0000 Subject: [PATCH] Add comment --- thrift/src/main/thrift/contentatom.thrift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thrift/src/main/thrift/contentatom.thrift b/thrift/src/main/thrift/contentatom.thrift index 9dffc64..63934c6 100644 --- a/thrift/src/main/thrift/contentatom.thrift +++ b/thrift/src/main/thrift/contentatom.thrift @@ -28,7 +28,7 @@ enum AtomType { CTA = 4, INTERACTIVE = 5, REVIEW = 6, -//RECIPE = 7, DEPRECATED +//RECIPE = 7, DEPRECATED in favour of Recipe Element //STORYQUESTIONS = 8, DEPRECATED QANDA = 9, PROFILE = 10, @@ -48,7 +48,7 @@ union AtomData { 5: cta.CTAAtom cta 6: interactive.InteractiveAtom interactive 7: review.ReviewAtom review -//8: recipe.RecipeAtom recipe +//8: recipe.RecipeAtom recipe DEPRECATED //9: storyquestions.StoryQuestionsAtom storyquestions DEPRECATED 10: qanda.QAndAAtom qanda 11: guide.GuideAtom guide