Skip to content

Commit

Permalink
improve value interface documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Oct 30, 2022
1 parent 2f2a84c commit 2d77daf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
import java.util.function.Function;

/**
* It represents a value that is to/from a database.
* It represents an information unit that is to/from a database.
* Where to read it operates the {@link ValueReader} and writes it using {@link ValueWriter}.
* For both reading and writing, it will load those implementations from SPI.
*
Expand Down

0 comments on commit 2d77daf

Please sign in to comment.