Closed cdietze closed 10 years ago
It's documented in the JavaDoc: "Any modifications to the set will be immediately persisted back to storage." But the onRemove implementation is simply missing:
https://github.com/threerings/tripleplay/blob/master/core/src/main/java/tripleplay/util/TypedStorage.java#L304
Sorry about that. I apparently wrote this but never ended up using it, ergo never ended up testing it.
It's documented in the JavaDoc: "Any modifications to the set will be immediately persisted back to storage." But the onRemove implementation is simply missing:
https://github.com/threerings/tripleplay/blob/master/core/src/main/java/tripleplay/util/TypedStorage.java#L304