From b4ede6db7bf85071893c7edd29cde9e5d7a288f9 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 6 Jan 2023 21:00:22 -0800 Subject: [PATCH] Fix typo in Category.java PiperOrigin-RevId: 500324008 --- .../mediapipe/tasks/components/containers/Category.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mediapipe/tasks/java/com/google/mediapipe/tasks/components/containers/Category.java b/mediapipe/tasks/java/com/google/mediapipe/tasks/components/containers/Category.java index e955605e..ab3fd0bd 100644 --- a/mediapipe/tasks/java/com/google/mediapipe/tasks/components/containers/Category.java +++ b/mediapipe/tasks/java/com/google/mediapipe/tasks/components/containers/Category.java @@ -19,9 +19,9 @@ import com.google.mediapipe.formats.proto.ClassificationProto; import java.util.Objects; /** - * Category is a util class, contains a category name, its display name, a float value as score, and - * the index of the label in the corresponding label file. Typically it's used as result of - * classification or detection tasks. + * Category is a util class, that contains a category name, its display name, a float value as + * score, and the index of the label in the corresponding label file. Typically it's used as result + * of classification or detection tasks. */ @AutoValue public abstract class Category {