Skip to content

Commit 04fce29

Browse files
fixed missing period in javadoc
Signed-off-by: Matthew Wells <[email protected]>
1 parent 6237601 commit 04fce29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/src/main/java/org/opensearch/sql/protocol/response/format/ResponseFormatter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public interface ResponseFormatter<R> {
2828
String format(Throwable t);
2929

3030
/**
31-
* Getter for the content type of the response
31+
* Getter for the content type of the response.
3232
*
3333
* @return string
3434
*/

0 commit comments

Comments
 (0)