Skip to content

Commit a95c8de

Browse files
author
Jaroslaw Odzga
committed
fix typos in javadoc
1 parent 7d742c3 commit a95c8de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/linkedin/parseq/Task.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public interface Task<T> extends Promise<T>, Cancellable
6363
* changed.
6464
*
6565
* @param priority the new priority for the task.
66-
* @return {@code true} if the priority was be set; otherwise {@code false}.
66+
* @return {@code true} if the priority was set; otherwise {@code false}.
6767
* @throws IllegalArgumentException if the priority is out of range
6868
* @see Priority
6969
*/
@@ -83,7 +83,7 @@ void contextRun(Context context, TaskLog taskLog,
8383

8484

8585
/**
86-
* Returns the ShallowTrace for this task. The ShallowTask will be
86+
* Returns the ShallowTrace for this task. The ShallowTrace will be
8787
* a point-in-time snapshot and may change over time until the task is
8888
* completed.
8989
*

0 commit comments

Comments
 (0)