Skip to content

Commit

Permalink
[Hotfix] fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
littleeleventhwolf authored and MartijnVisser committed Jun 13, 2022
1 parent 4e2f41f commit d389a47
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public interface Source<T, SplitT extends SourceSplit, EnumChkT> extends Seriali
*
* @param enumContext The {@link SplitEnumeratorContext context} for the split enumerator.
* @return A new SplitEnumerator.
* @throws Exception The implementor is free to forward all exceptions directly. * Exceptions
* @throws Exception The implementor is free to forward all exceptions directly. Exceptions
* thrown from this method cause JobManager failure/recovery.
*/
SplitEnumerator<SplitT, EnumChkT> createEnumerator(SplitEnumeratorContext<SplitT> enumContext)
Expand All @@ -70,7 +70,7 @@ SplitEnumerator<SplitT, EnumChkT> createEnumerator(SplitEnumeratorContext<SplitT
* enumerator.
* @param checkpoint The checkpoint to restore the SplitEnumerator from.
* @return A SplitEnumerator restored from the given checkpoint.
* @throws Exception The implementor is free to forward all exceptions directly. * Exceptions
* @throws Exception The implementor is free to forward all exceptions directly. Exceptions
* thrown from this method cause JobManager failure/recovery.
*/
SplitEnumerator<SplitT, EnumChkT> restoreEnumerator(
Expand All @@ -90,7 +90,7 @@ SplitEnumerator<SplitT, EnumChkT> restoreEnumerator(

/**
* Creates the serializer for the {@link SplitEnumerator} checkpoint. The serializer is used for
* the result of the {@link SplitEnumerator#snapshotState()} method.
* the result of the {@link SplitEnumerator#snapshotState} method.
*
* @return The serializer for the SplitEnumerator checkpoint.
*/
Expand Down

0 comments on commit d389a47

Please sign in to comment.