Skip to content

Commit 6ed8a45

Browse files
committed
better name
1 parent 47cc2a8 commit 6ed8a45

File tree

2 files changed

+3
-3
lines changed
  • openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2

2 files changed

+3
-3
lines changed

openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/Debug.kt renamed to openapi-processor-core/src/main/kotlin/io/openapiprocessor/core/processor/mapping/v2/Logging.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
package io.openapiprocessor.core.processor.mapping.v2
77

8-
data class Debug(
8+
data class Logging(
99
/**
1010
* enable/disable tracing of mapping lookups (optional).
1111
*/

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ data class Mapping(
3737
val compatibility: Compatibility = Compatibility(),
3838

3939
/**
40-
* debug options
40+
* logging options
4141
*/
42-
val debug: Debug = Debug()
42+
val logging: Logging = Logging()
4343

4444
): MappingVersion {
4545
override val v2: Boolean = true

0 commit comments

Comments
 (0)