Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 78d3986

Browse files
Removes unused class
1 parent 55b35a7 commit 78d3986

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

grails-datastore-gorm-hibernate5/src/test/groovy/org/grails/orm/hibernate/compiler/HibernateEntityTransformationSpec.groovy

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -154,18 +154,4 @@ class MyEntity {
154154
then:"The value is changed"
155155
myEntity.name == 'changed'
156156
}
157-
}
158-
@grails.gorm.hibernate.annotation.ManagedEntity
159-
class MyTest {
160-
String name
161-
String lastName
162-
int age
163-
164-
String getLastName() {
165-
return this.lastName
166-
}
167-
168-
void setLastName(String name) {
169-
this.lastName = name
170-
}
171157
}

0 commit comments

Comments
 (0)