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:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user