datanucleus.plugin.allowUserBundles: contradiction between code and documentation
---------------------------------------------------------------------------------
Key: NUCCORE-729
URL: http://issues.datanucleus.org/browse/NUCCORE-729
Project: DataNucleus Core
Issue Type: Bug
Affects Versions: 3.0.0.m5
Reporter: Francis ANDRE
Priority: Trivial
Hi
The DataNucleus documentation for datanucleus.plugin.allowUserBundles specifies true as the default value while obviously, the code states the contrary in PluginManager, line 55
String allowUserBundles = props.getProperty("allow-user-bundles");
boolean userBundles = (allowUserBundles != null ? Boolean.valueOf(allowUserBundles) : false);
Rgds
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.datanucleus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|