Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
Do not use set references to more closely match our other Kryo usages
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Oct 19, 2015
1 parent 618f6ea commit 8849581
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -56,6 +56,7 @@ object SBChillRegistrar {
classOf[ScalaKryoInstantiator], classOf[ScalaKryoInstantiator],
new ScalaKryoInstantiator() new ScalaKryoInstantiator()
.withRegistrar(new IterableRegistrar(iterableRegistrars ++ defaults)) .withRegistrar(new IterableRegistrar(iterableRegistrars ++ defaults))
.setReferences(false)
) )
kryoConfig.unwrap kryoConfig.unwrap
} }
Expand Down

0 comments on commit 8849581

Please sign in to comment.