Skip to content

Commit 0866dd9

Browse files
author
luigi
committed
change dir name
1 parent 48e75cb commit 0866dd9

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
internal abstract class AbstractConstraintTraitGenerator {
44
abstract fun render()
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.GenerationContext
44
import software.amazon.smithy.kotlin.codegen.core.KotlinDelegator
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.GenerationContext
44
import software.amazon.smithy.kotlin.codegen.core.KotlinDelegator
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
44
import software.amazon.smithy.kotlin.codegen.service.ServiceTypes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
44
import software.amazon.smithy.model.traits.PatternTrait
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
44
import software.amazon.smithy.model.traits.RangeTrait
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
44
import software.amazon.smithy.model.traits.RequiredTrait
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
44
import software.amazon.smithy.kotlin.codegen.service.ServiceTypes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package software.amazon.smithy.kotlin.codegen.service.contraints
1+
package software.amazon.smithy.kotlin.codegen.service.constraints
22

33
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
44
import software.amazon.smithy.model.traits.LengthTrait

codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/service/ktor/KtorStubGenerator.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import software.amazon.smithy.kotlin.codegen.core.InlineCodeWriterFormatter
66
import software.amazon.smithy.kotlin.codegen.core.KotlinDelegator
77
import software.amazon.smithy.kotlin.codegen.core.KotlinWriter
88
import software.amazon.smithy.kotlin.codegen.service.AbstractStubGenerator
9-
import software.amazon.smithy.kotlin.codegen.service.contraints.ConstraintGenerator
10-
import software.amazon.smithy.kotlin.codegen.service.contraints.ConstraintUtilsGenerator
9+
import software.amazon.smithy.kotlin.codegen.service.constraints.ConstraintGenerator
10+
import software.amazon.smithy.kotlin.codegen.service.constraints.ConstraintUtilsGenerator
1111
import software.amazon.smithy.utils.AbstractCodeWriter
1212

1313
class LoggingWriter(parent: LoggingWriter? = null) : AbstractCodeWriter<LoggingWriter>() {

0 commit comments

Comments
 (0)