Author: oheger Date: Thu Apr 20 16:03:54 2017 New Revision: 1792079 URL: http://svn.apache.org/viewvc?rev=1792079&view=rev Log: [CONFIGURATION-663] Fixed a typo in the upgrade guide.
Thanks to kap4020 at gmail dot com for spotting this. Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/upgradeto2_0.xml Modified: commons/proper/configuration/trunk/src/site/xdoc/userguide/upgradeto2_0.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/src/site/xdoc/userguide/upgradeto2_0.xml?rev=1792079&r1=1792078&r2=1792079&view=diff ============================================================================== --- commons/proper/configuration/trunk/src/site/xdoc/userguide/upgradeto2_0.xml (original) +++ commons/proper/configuration/trunk/src/site/xdoc/userguide/upgradeto2_0.xml Thu Apr 20 16:03:54 2017 @@ -172,7 +172,7 @@ <a href="howto_hierarchical.html#Internal_Representation">Internal Representation</a> for further information. The node objects a hierarchical configuration deals with are now exposed as a generic type parameter; for instance, - <code>BasieHierarchicalConfiguration</code> is actually an + <code>BaseHierarchicalConfiguration</code> is actually an <code>AbstractHierarchicalConfiguration<ImmutableNode></code>. For most applications only interested in accessing configuration data via the typical access methods, this parameter is not relevant and can be