jsr107 / jsr107spec

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

Couple of typos in specification #402

Open TanyaGaleyev opened 6 years ago

TanyaGaleyev commented 6 years ago

Hi, I went though specification https://docs.google.com/document/d/1MZQstO9GJo_MUMy5iD5sxCrstunnQ1f85ekCng8LcqM/edit?usp=sharing and found some mistakes.

  1. cacheNull is still mentioned in Options for @CacheResult and @CachePut.
  2. Wrong code is presented for @CachePut annotation (actually @CacheDefaults code is there).
  3. Caching.setDefaultClassLoader method is presented as non static in Caching Providers chapter.
vbekiaris commented 6 years ago

@TanyaGaleyev good spotting, thanks for the issue report.