File tree Expand file tree Collapse file tree
openapi-processor-core/src/main/kotlin/io/openapiprocessor/core Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import io.openapiprocessor.core.processor.mapping.v2.parser.Mapping as ParserMap
1919import 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 */
2525class MappingConverter (val mapping : MappingV2 ) {
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import kotlin.io.path.ExperimentalPathApi
2020import 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 */
2525open class DefaultWriterFactory (val options : ApiOptions ): WriterFactory, InitWriterTarget {
2626 private var log: Logger = LoggerFactory .getLogger(this .javaClass.name)
You can’t perform that action at this time.
0 commit comments