This commit is contained in:
Jonathan Shook
2023-11-09 12:00:01 -06:00
parent c31d474380
commit 6d1a9b2a19
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ import java.util.function.LongToIntFunction;
import java.util.function.LongUnaryOperator; import java.util.function.LongUnaryOperator;
/** /**
* Return the number of a random line from the specified file, indexed starting from 0. * Return a modulo remainder of a line from the specified file, indexed starting from 0.
*/ */
@ThreadSafeMapper @ThreadSafeMapper
@Categories({Category.general}) @Categories({Category.general})

View File

@@ -30,7 +30,7 @@ import java.util.function.LongFunction;
import java.util.function.LongUnaryOperator; import java.util.function.LongUnaryOperator;
/** /**
* Return the number of a random line from the specified file, indexed starting from 0. * Return a modulo remainder of a line from the specified file, indexed starting from 0.
*/ */
@ThreadSafeMapper @ThreadSafeMapper
@Categories({Category.general}) @Categories({Category.general})