Skip to content

Commit

Permalink
Reword comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oberon00 committed Dec 16, 2019
1 parent 859c7bf commit 6ff8d6e
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,7 @@ private static Thread newThread(Runnable runnable) {
}

// Worker is a thread that batches multiple spans and calls the registered SpanExporter to export
// the data.
//
// The list of batched data is protected by an explicit monitor object which ensures full
// concurrency.
// the data repeatedly, every reportIntervalMillis.
private static final class Worker implements Runnable {
private static final Logger logger = Logger.getLogger(Worker.class.getName());
private final SpanExporter spanExporter;
Expand Down

0 comments on commit 6ff8d6e

Please sign in to comment.