jsr107 / jsr107spec

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

Typo in Caching class javadoc #410

Open vbekiaris opened 4 years ago

vbekiaris commented 4 years ago

Caching class javadoc indicates that user can specify explicit CachingProvider class name by specifying system property javax.cache.spi.cachingprovider.

The system property that is actually looked up is javax.cache.spi.CachingProvider (with camel-case capitalization).