Author: dennisl
Date: Sat Feb 17 04:00:37 2007
New Revision: 508754
URL: http://svn.apache.org/viewvc?view=rev&rev=508754
Log:
o Fix spelling an JavaDoc compliance.
Modified:
maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JXR.java
Modified: maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JXR.java
URL:
http://svn.apache.org/viewvc/maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JXR.java?view=diff&rev=508754&r1=508753&r2=508754
==============================================================================
--- maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JXR.java (original)
+++ maven/jxr/trunk/src/main/java/org/apache/maven/jxr/JXR.java Sat Feb 17
04:00:37 2007
@@ -41,18 +41,18 @@
public class JXR
{
/**
- * The Log
+ * The Log.
*/
private Log log;
/**
- * Description of the Notice
+ * Description of the Notice.
*/
public static final String NOTICE = "This page was automatically generated
by " +
"<a href=\"http://maven.apache.org/\">Maven</a>";
/**
- * Path to destination
+ * Path to destination.
*/
private String dest = "";
@@ -63,7 +63,7 @@
private String outputEncoding;
/**
- * Relative path to javadocs, suitable for hyperlinking
+ * Relative path to javadocs, suitable for hyperlinking.
*/
private String javadocLinkDir;
@@ -79,7 +79,7 @@
private String revision;
/**
- * Now that we have instantiated everythign. Process this JXR task.
+ * Now that we have instantiated everything. Process this JXR task.
*
* @param packageManager
* @param source
@@ -124,7 +124,7 @@
}
/**
- * Check to see if the file is a Java source file
+ * Check to see if the file is a Java source file.
*
* @param filename The name of the file to check
* @return <code>true</true> if the file is a Java file
@@ -136,10 +136,10 @@
}
/**
- * Check to see if the file is a HTML file
+ * Check to see if the file is an HTML file.
*
* @param filename The name of the file to check
- * @return <code>true</true> if the file is a HTML file
+ * @return <code>true</true> if the file is an HTML file
*/
public static boolean isHtmlFile( String filename )
{
@@ -147,7 +147,7 @@
}
/**
- * Get the path to the destination files
+ * Get the path to the destination files.
*
* @return The path to the destination files
*/