From 445a5c7f6717538f6f11ea03140317041e9d99b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Santana?= Date: Mon, 31 Oct 2022 13:23:12 +0000 Subject: [PATCH] Update ValueReader.java --- .../src/main/java/jakarta/nosql/ValueReader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/communication/communication-core/src/main/java/jakarta/nosql/ValueReader.java b/api/communication/communication-core/src/main/java/jakarta/nosql/ValueReader.java index 278407d6c..22ee04e68 100644 --- a/api/communication/communication-core/src/main/java/jakarta/nosql/ValueReader.java +++ b/api/communication/communication-core/src/main/java/jakarta/nosql/ValueReader.java @@ -20,7 +20,7 @@ import java.util.function.Predicate; /** - * This class represents the reader on the {@link Value} instance. + * This interface represents the reader on the {@link Value} instance. * When the Value needs a conversion, it will load the implementations from SPI, Java Service Provider. * The {@link Predicate} verifies if the reader has the support the class type. * @see Value