Skip to content

Commit 577b1a1

Browse files
author
sishu@dtstack.com
committedNov 8, 2016
代码优化
1 parent a498f97 commit 577b1a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/main/java/com/dtstack/logstash/assembly/InputQueueList.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ public class InputQueueList {
2828

2929
private static ExecutorService executor = Executors.newFixedThreadPool(2);
3030

31-
public InputQueueList() {
32-
}
33-
3431
private static List<LinkedBlockingQueue<Map<String, Object>>> queueList = Lists.newArrayList();
3532

3633
private final AtomicInteger index = new AtomicInteger(0);
@@ -40,6 +37,8 @@ public InputQueueList() {
4037
private AtomicBoolean ato = new AtomicBoolean(false);
4138

4239
private ReentrantLock lock = new ReentrantLock();
40+
41+
public InputQueueList() {}
4342

4443
/**
4544
*

0 commit comments

Comments
 (0)