Author: sebb Date: Sun Mar 14 02:20:49 2010 New Revision: 922732 URL: http://svn.apache.org/viewvc?rev=922732&view=rev Log: Typo
Modified: commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml Modified: commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml URL: http://svn.apache.org/viewvc/commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml?rev=922732&r1=922731&r2=922732&view=diff ============================================================================== --- commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml (original) +++ commons/proper/commons-site/src/site/xdoc/commons-parent-pom.xml Sun Mar 14 02:20:49 2010 @@ -232,7 +232,7 @@ Using the <i>target</i> option ensures that the <code>.class</code> file format is compatible with the required Java version - but it does not prevent/catch the use of methods/classes which were introduced in later Java versions (because the build will use the current Java libraries by default). - The only way to ensure that components dont accidentally use classes/methods from a later + The only way to ensure that components don't accidentally use classes/methods from a later version of Java is to compile and test using actual Java versions. </p> <p>