Fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@293407 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-10-03 17:37:51 +00:00
parent 8c72c310d5
commit 0905edd918
3 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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)
{

View File

@@ -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