document CacheManager's default constructor
-------------------------------------------
Key: ISPN-599
URL:
https://jira.jboss.org/browse/ISPN-599
Project: Infinispan
Issue Type: Feature Request
Reporter: Mircea Markus
Assignee: Manik Surtani
Fix For: 4.1.0.CR3
Current javadoc says:
/**
* Constructs and starts a default instance of the CacheManager, using configuration
defaults.
*/
public DefaultCacheManager() {
this(null, null, true);
}
This does not make it to the user what "configuration defaults" are: e.g. load
from a default file, what is the default cache mode etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira