remove missing javadoc parameter

This commit is contained in:
Taah 2022-05-07 17:13:03 -07:00
parent 4450427d4e
commit abaf3ff980
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ interface ValueReader {
*
* @param s must already have been validated by {@link #canRead(String)}
* @param index where to start in s
* @param line current line number, used for error reporting
* @return a value or a {@link dev.plex.toml.Results.Errors}
*/
Object read(String s, AtomicInteger index, dev.plex.toml.Context context);