Skip to content

Commit 3b31f0b

Browse files
committed
Fix format
1 parent c41665b commit 3b31f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.config/pmd/java/ruleset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
Trying to manually manage threads usually gets quickly out of control and may result in various problems like uncontrollable spawning of threads.
227227
Threads can also not be cancelled properly.
228228

229-
Use managed Thread services like ``ExecutorService`` and ``CompletableFuture`` instead.
229+
Use managed Thread services like `ExecutorService` and `CompletableFuture` instead.
230230
</description>
231231
<priority>3</priority>
232232
<properties>

0 commit comments

Comments
 (0)