Skip to content

Commit 004ce94

Browse files
Merge remote-tracking branch 'origin/type-specific-entity-states' into type-specific-entity-states
2 parents e2fa0b7 + cbc0a51 commit 004ce94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entity/src/main/kotlin/io/spine/tools/core/jvm/entity/ImplementEntityState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ private fun entityStateInterface(option: EntityOption): KClass<out EntityState<*
107107
PROCESS_MANAGER -> ProcessManagerState::class
108108
PROJECTION -> ProjectionState::class
109109
ENTITY -> EntityState::class
110-
else -> error("Unable to convert the entity kind: `${option.kind}`.")
110+
else -> error("Unsupported entity kind: `${option.kind}`.")
111111
}
112112
}

0 commit comments

Comments
 (0)