diff --git a/changelog/src/main/org/apache/maven/changelog/ChangeLog.java b/changelog/src/main/org/apache/maven/changelog/ChangeLog.java index b1a0e8ba..3318ba41 100644 --- a/changelog/src/main/org/apache/maven/changelog/ChangeLog.java +++ b/changelog/src/main/org/apache/maven/changelog/ChangeLog.java @@ -352,7 +352,8 @@ public class ChangeLog /** * 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 diff --git a/changelog/src/main/org/apache/maven/util/RepositoryUtils.java b/changelog/src/main/org/apache/maven/util/RepositoryUtils.java index 43cea94b..8cb5e481 100755 --- a/changelog/src/main/org/apache/maven/util/RepositoryUtils.java +++ b/changelog/src/main/org/apache/maven/util/RepositoryUtils.java @@ -33,7 +33,7 @@ public final class RepositoryUtils /** * Splits an SCM string into parts * @param connection - * @return + * @return String[] */ public static String[] splitSCMConnection(String connection) { diff --git a/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java b/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java index a3c1a70a..cbe6f5e1 100644 --- a/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java +++ b/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java @@ -134,7 +134,7 @@ public class VssChangeLogParser implements /** * 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