Skip to content

Commit 3ca57b7

Browse files
committed
clean up
1 parent c67233b commit 3ca57b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ import java.io.File
4545
abstract class OpenApiProcessorExtension(project: Project, objects: ObjectFactory): OpenApiProcessorExtensionBase() {
4646

4747
/**
48-
* the path to the openapi yaml file. Used for all processors if not set in a nested processor
48+
* The path to the openapi YAML file. Used for all processors if not set in a nested processor
4949
* configuration.
5050
*/
5151
val api: RegularFileProperty = project.objects.fileProperty()
5252

5353
/**
54-
* check automatically for updates. Can be "never"|"daily"|"always". Default is "never".
54+
* Check automatically for updates. Can be "never"|"daily"|"always". Default is "never".
5555
*/
5656
val checkUpdates: Property<String> = project.objects.property(String::class.java)
5757

0 commit comments

Comments
 (0)