Showing 1 of 1 files from the diff.
@@ -28,7 +28,7 @@
Loading
28 | 28 | @Override |
|
29 | 29 | public final void run() { |
|
30 | 30 | // Create a new thread to run the interrupt to ensure that blocking operations performed |
|
31 | - | // by the interrupt do not hang the primary timer thread. |
|
31 | + | // by the interrupt do not block the primary timer thread. |
|
32 | 32 | String name = "mssql-timeout-task-" + COUNTER.incrementAndGet() + "-" + connectionId; |
|
33 | 33 | Thread thread = new Thread(this::interrupt, name); |
|
34 | 34 | thread.setDaemon(true); |
Files | Complexity | Coverage |
---|---|---|
src/main/java | 42.13% | 54.67% |
Project Totals (133 files) | 42.13% | 54.67% |
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.