jsr107 / jsr107spec

JSR107 Cache Specification
Apache License 2.0
415 stars 164 forks source link

EntryProcessor MutableEntry.remove() listener effect clarification #336

Closed cruftex closed 8 years ago

cruftex commented 8 years ago

On page 79 the Spec says for invoke and invokeAll in the remove tab:

Yes, if remove() was called

Should read:

Yes, if remove() did remove an entry

(BTW: The TCK checks are quite thin in that area)

gregrluck commented 8 years ago

Agreed. Updated.