We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dde1c8 commit 30908a5Copy full SHA for 30908a5
1 file changed
subprojects/performance/src/files/pleac11_15.groovy
@@ -564,9 +564,9 @@ class ImportantHash implements Serializable {
564
def getAt(key) { map[key] }
565
}
566
class StoreTransaction implements Transaction {
567
- private val
568
- StoreTransaction(val) { this.val = val }
569
- void executeOn(prevayler, Date ignored) { prevayler.putAt(val,val*2) }
+ private v
+ StoreTransaction(val) { this.v = val }
+ void executeOn(prevayler, Date ignored) { prevayler.putAt(v,v*2) }
570
571
def save(n){ store.execute(new StoreTransaction(n)) }
572
store = PrevaylerFactory.createPrevayler(new ImportantHash(), "pleac11")
0 commit comments