Skip to content

Commit

Permalink
Make AbstractQueueVisitor.getTaskCount public
Browse files Browse the repository at this point in the history
RELNOTES: None.
PiperOrigin-RevId: 155382994
  • Loading branch information
anakanemison authored and kchodorow committed May 9, 2017
1 parent 182e0ff commit f801f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ protected final boolean isInterrupted() {
* Get number of jobs remaining. Note that this can increase in value if running tasks submit
* further jobs.
*/
protected final long getTaskCount() {
public final long getTaskCount() {
return remainingTasks.get();
}

Expand Down

0 comments on commit f801f7c

Please sign in to comment.