You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/10/03 19:37:54 UTC

svn commit: r293407 - in /maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven: changelog/ChangeLog.java util/RepositoryUtils.java vsslib/VssChangeLogParser.java

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 {@link ChangeLog#base} doesn't exist
+     * @throws FileNotFoundException if the base diretory
+     * {@link 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org