Yuta HIGUCHI

Fix javadoc error

Change-Id: I011adce4ba0c2ef3fee3399c4a55f47e81708264
...@@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableList; ...@@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableList;
26 /** 26 /**
27 * Distributed Work Queue primitive. 27 * Distributed Work Queue primitive.
28 * <p> 28 * <p>
29 - * Work queue serves as a buffer allowing producers to {@link #add(Collection) add} tasks and consumers 29 + * Work queue serves as a buffer allowing producers to {@link #addMultiple(Collection) add} tasks and consumers
30 * to {@link #take() take} tasks to process. 30 * to {@link #take() take} tasks to process.
31 * <p> 31 * <p>
32 * In the system each task is tracked via its unique task identifier which is returned when a task is taken. 32 * In the system each task is tracked via its unique task identifier which is returned when a task is taken.
......