Skip to content

Commit b897c55

Browse files
committed
test: small change in camel-direct to validate Scalpel shadow comparison
1 parent faaf5da commit b897c55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/camel-direct/src/main/java/org/apache/camel/component/direct/DirectComponent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
@Component("direct")
3838
public class DirectComponent extends DefaultComponent {
3939

40+
// test change for Scalpel shadow comparison validation — will be reverted
4041
// active consumers
4142
private final Lock consumersLock = new ReentrantLock();
4243
private final Condition consumersCondition = consumersLock.newCondition();

0 commit comments

Comments
 (0)