Author: ltheussl
Date: Mon Oct  3 10:37:51 2005
New Revision: 293407

URL: http://svn.apache.org/viewcvs?rev=293407&view=rev
Log:
Fix javadocs

Modified:
    
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java
    
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java
    
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java

Modified: 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java?rev=293407&r1=293406&r2=293407&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java
 (original)
+++ 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java
 Mon Oct  3 10:37:51 2005
@@ -352,7 +352,8 @@
     
     /**
      * Execute task.
-     * @throws FileNotFoundException if [EMAIL PROTECTED] ChangeLog#base} 
doesn't exist
+     * @throws FileNotFoundException if the base diretory
+     * [EMAIL PROTECTED] ChangeLog#getBasedir} doesn't exist
      * @throws IOException if there are problems running CVS
      * @throws UnsupportedEncodingException if the underlying platform doesn't
      *      support ISO-8859-1 encoding

Modified: 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java?rev=293407&r1=293406&r2=293407&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java
 (original)
+++ 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/util/RepositoryUtils.java
 Mon Oct  3 10:37:51 2005
@@ -33,7 +33,7 @@
     /**
      * Splits an SCM string into parts 
      * @param connection
-     * @return
+     * @return String[]
      */
     public static String[] splitSCMConnection(String connection)
     {

Modified: 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java?rev=293407&r1=293406&r2=293407&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
 (original)
+++ 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
 Mon Oct  3 10:37:51 2005
@@ -134,7 +134,7 @@
     /**
      * Parse the input stream into a collection.
      * 
-     * @param anInputStream
+     * @param inputStream
      *            an input stream containing clearcase log output
      * @return a collection of ChangeLogEntry's
      * @throws IOException



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to