Skip to content

Commit e7952a8

Browse files
committed
clean up
1 parent 21999b5 commit e7952a8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/converter/options/BasePathOptions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class BasePathOptions {
1212
var enabled = false
1313

1414
/**
15-
* server-url index to use as base path.
15+
* server-url index to use as the base path.
1616
*/
1717
var serverUrl: Int? = null
1818

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/MappingConverter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import io.openapiprocessor.core.processor.mapping.v2.parser.Mapping as ParserMap
1919
import java.util.stream.Collectors
2020

2121
/**
22-
* Converter for the type mapping from the mapping yaml. It converts the type mapping information
22+
* Converter for the type mapping from the mapping YAML. It converts the type mapping information
2323
* into the format used by [io.openapiprocessor.core.converter.DataTypeConverter].
2424
*/
2525
class MappingConverter(val mapping: MappingV2) {

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/writer/DefaultWriterFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import kotlin.io.path.ExperimentalPathApi
2020
import kotlin.io.path.deleteRecursively
2121

2222
/**
23-
* Writer factory for local file system. Must be initialized via [InitWriterTarget].
23+
* Writer factory for the local file system. Must be initialized via [InitWriterTarget].
2424
*/
2525
open class DefaultWriterFactory(val options: ApiOptions): WriterFactory, InitWriterTarget {
2626
private var log: Logger = LoggerFactory.getLogger(this.javaClass.name)

0 commit comments

Comments
 (0)