Skip to content

Commit 566078b

Browse files
committed
Add explicit note on empty constructor
See gh-35773
1 parent f0cf7f1 commit 566078b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-core/src/main/java21/org/springframework/core/task/VirtualThreadDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class VirtualThreadDelegate {
3131
private final Thread.Builder threadBuilder = Thread.ofVirtual();
3232

3333
public VirtualThreadDelegate() {
34-
34+
// Matching constructor in dummy version, avoiding jar verification issues.
3535
}
3636

3737
public ThreadFactory virtualThreadFactory() {

0 commit comments

Comments
 (0)