Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng committed Nov 16, 2023
1 parent ceb9a63 commit 49e090d
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import java.util.ArrayList;
import java.util.List;
import org.apache.skywalking.oap.server.library.datacarrier.buffer.Buffer;
import org.apache.skywalking.oap.server.library.datacarrier.buffer.QueueBuffer;

public class ConsumerThread<T> extends Thread {
Expand Down Expand Up @@ -88,9 +87,6 @@ void shutdown() {
running = false;
}

/**
* DataSource is a refer to {@link Buffer}.
*/
class DataSource {
private QueueBuffer<T> sourceBuffer;

Expand Down

0 comments on commit 49e090d

Please sign in to comment.