We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faaf5da commit b897c55Copy full SHA for b897c55
1 file changed
components/camel-direct/src/main/java/org/apache/camel/component/direct/DirectComponent.java
@@ -37,6 +37,7 @@
37
@Component("direct")
38
public class DirectComponent extends DefaultComponent {
39
40
+ // test change for Scalpel shadow comparison validation — will be reverted
41
// active consumers
42
private final Lock consumersLock = new ReentrantLock();
43
private final Condition consumersCondition = consumersLock.newCondition();
0 commit comments