Skip to content

Commit 61442bc

Browse files
committed
Fix inconsistent naming after rebase
1 parent 78c9f73 commit 61442bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-framework/src/main/kotlin/org/utbot/framework/codegen/tree/CgClassFieldManager.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ class CgPersistenceContextFieldsManager private constructor(
162162
?.let { persistenceContextClassId -> CgPersistenceContextFieldsManager(context, persistenceContextClassId) }
163163
}
164164

165-
override fun constructFieldsForVariable(model: UtModel, modelVariable: CgValue) {
165+
override fun constructFieldsForVariable(model: UtModel, variable: CgValue) {
166166
return when(model) {
167167
is UtSpringEntityManagerModel -> {}
168168
else -> error("Trying to use @PersistenceContext for model $model but it is not appropriate")

0 commit comments

Comments
 (0)