Fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@279363 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2005-09-07 16:05:52 +00:00
parent 46f85366ac
commit ef1124e477

View File

@ -27,12 +27,12 @@ public class IssueFinder
/**
* @param trackerURL the issue tracker URL (this is supposed to be the
* value of <issueTrackingUrl> found in the POM.
* @param isue the issue reference
* @param issue the issue reference
* @param template the template string. Allowed template patterns are
* <code>%URL%</code> and <code>%ISSUE%</code>. They will be
* replaced by the base tracker URL extracted from trackerURL and
* by the issue reference.
* @return
* @return The URL of the issue.
*/
public static String getIssueURL(String trackerURL, String issue,
String template)