From bbdaf0e0acc6dd5b1cfc3b1a3335f35e7c181d93 Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Thu, 22 Jun 2023 11:35:38 -0700 Subject: [PATCH] fixed missing period in javadoc Signed-off-by: Matthew Wells --- .../sql/protocol/response/format/ResponseFormatter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/src/main/java/org/opensearch/sql/protocol/response/format/ResponseFormatter.java b/protocol/src/main/java/org/opensearch/sql/protocol/response/format/ResponseFormatter.java index 4e997a8799..9be915e28c 100644 --- a/protocol/src/main/java/org/opensearch/sql/protocol/response/format/ResponseFormatter.java +++ b/protocol/src/main/java/org/opensearch/sql/protocol/response/format/ResponseFormatter.java @@ -28,7 +28,7 @@ public interface ResponseFormatter { String format(Throwable t); /** - * Getter for the content type of the response + * Getter for the content type of the response. * * @return string */