Skip to content

Commit 4ee961b

Browse files
committed
Remove CompileStatic from RxPersistentList.groovy
1 parent cd48b28 commit 4ee961b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-datastore-gorm-rx/src/main/groovy/org/grails/datastore/rx/collection/RxPersistentList.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import rx.Subscription
2323
* @author Graeme Rocher
2424
* @since 6.0
2525
*/
26-
@CompileStatic
26+
//@CompileStatic
2727
@Slf4j
2828
class RxPersistentList extends PersistentList implements RxPersistentCollection, RxUnidirectionalCollection , RxCollection{
2929
final RxDatastoreClient datastoreClient

0 commit comments

Comments
 (0)