Author: hboutemy Date: Sat Sep 6 10:13:41 2008 New Revision: 692686 URL: http://svn.apache.org/viewvc?rev=692686&view=rev Log: fixed typos in javadocs
Modified: maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/JxrReportUtil.java Modified: maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java?rev=692686&r1=692685&r2=692686&view=diff ============================================================================== --- maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java (original) +++ maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java Sat Sep 6 10:13:41 2008 @@ -112,7 +112,7 @@ /** * Directory where Velocity templates can be found to generate overviews, * frames and summaries. - * Should not be used. If used, should be an absolute path, like "${basedir}/myTemplates". + * Should not be used. If used, should be an absolute path, like <code>"${basedir}/myTemplates"</code>. * * @parameter default-value="templates" */ @@ -120,7 +120,7 @@ /** * Style sheet used for the Xref HTML files. - * Should not be used. If used, should be an absolute path, like "${basedir}/myStyles.css". + * Should not be used. If used, should be an absolute path, like <code>"${basedir}/myStyles.css"</code>. * * @parameter default-value="stylesheet.css" */ @@ -210,7 +210,7 @@ * Checks whether the given directory contains Java files. * * @param dir the source directory - * @return true if the folder or one of its subfolders coantins at least 1 Java file + * @return true if the folder or one of its subfolders contains at least 1 Java file */ private boolean hasSources( File dir ) { @@ -383,7 +383,7 @@ * Returns the correct resource bundle according to the locale * * @param locale the locale of the user - * @return the bundle correponding to the locale + * @return the bundle corresponding to the locale */ protected ResourceBundle getBundle( Locale locale ) { @@ -474,7 +474,7 @@ } /** - * @return a String that contains the loaction of the javadocs + * @return a String that contains the location of the javadocs */ private String getJavadocLocation() throws IOException Modified: maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/JxrReportUtil.java URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/JxrReportUtil.java?rev=692686&r1=692685&r2=692686&view=diff ============================================================================== --- maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/JxrReportUtil.java (original) +++ maven/jxr/trunk/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/JxrReportUtil.java Sat Sep 6 10:13:41 2008 @@ -147,7 +147,7 @@ } /** - * Generates the site structure using the project hiearchy (project and its modules) or using the + * Generates the site structure using the project hierarchy (project and its modules) or using the * distributionManagement elements from the pom.xml. * * @todo come from site plugin!