Cleaned up Javadocs

This commit is contained in:
Erik C. Thauvin 2023-11-27 14:27:18 -08:00
parent d55fd4704e
commit 5e939a8651
3 changed files with 223 additions and 3 deletions

View file

@ -557,7 +557,7 @@ public class DetektOperation extends AbstractProcessOperation<DetektOperation> {
* benchmarks first before enabling this flag. Heuristics show performance
* benefits starting from 2000 lines of Kotlin code.
*
* @param parallel{@code true} or {@code false}
* @param parallel {@code true} or {@code false}
* @return this operation instance
*/
public DetektOperation parallel(boolean parallel) {