Skip to content

Commit

Permalink
[JENKINS-41124] Fix javadoc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 18, 2017
1 parent 442d254 commit 71c15f0
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -76,8 +76,8 @@ public abstract class ChildNameGenerator<P extends AbstractFolder<I>, I extends
* need {@link Item#getRootDir()} to work during the constructor.
* @param project the {@link AbstractFolder}.
* @param itemName the name that will be returned by {@link Item#getName()} when the item is constructed. This is
* the second parameter of {@link AbstractItem#(ItemGroup,String)}. This one would be the one
* with URL path segment escaping.
* the second parameter of {@link AbstractItem#AbstractItem(ItemGroup, String)}. This one would be
* the one with URL path segment escaping.
* @param idealName the original name before whatever URL path segment escaping you applied
* @return the {@link Trace} to keep track of when we can remove the memory of the creation process.
*/
Expand Down

0 comments on commit 71c15f0

Please sign in to comment.