Alex Hall created JENA-262:
------------------------------

             Summary: CacheFactory incorrectly uses hard-coded load factor
                 Key: JENA-262
                 URL: https://issues.apache.org/jira/browse/JENA-262
             Project: Apache Jena
          Issue Type: Bug
          Components: ARQ
    Affects Versions: ARQ 2.9.2
            Reporter: Alex Hall
            Priority: Trivial


The createCache(float loadFactor, int maxSize) method of 
org.openjena.atlas.lib.CacheFactory incorrectly passes a hard-coded load factor 
of 0.75 to the underlying CacheLRU constructor instead of passing the 
explicitly provided load factor.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to