Skip to content

Commit 63542a1

Browse files
committed
clean up
1 parent 7bcb6c3 commit 63542a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/io/openapiprocessor/gradle/OpenApiProcessorWorker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ abstract class OpenApiProcessorWorker: WorkAction<OpenApiProcessorWorkParameters
120120

121121
companion object {
122122
private fun waitForLogging () {
123-
// without waiting gradle does not reliably log a processor error/exception.
123+
// without waiting, gradle does not reliably log a processor error/exception.
124124
try {
125125
Thread.sleep (1000)
126126
} catch (e: InterruptedException) {

0 commit comments

Comments
 (0)