Skip to content
Snippets Groups Projects
Commit 27de6fef authored by niranda's avatar niranda Committed by Reynold Xin
Browse files

changing persistence engine trait to an abstract class

Author: niranda <niranda.perera@gmail.com>

Closes #5832 from nirandaperera/PersistanceEngine_abstract_class and squashes the following commits:

67b9d5a [niranda] changing persistence engine trait to an abstract class
parent c8c481da
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ import scala.reflect.ClassTag
* The implementation of this trait defines how name-object pairs are stored or retrieved.
*/
@DeveloperApi
trait PersistenceEngine {
abstract class PersistenceEngine {
/**
* Defines how the object is serialized and persisted. Implementation will
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment