Skip to content

Commit

Permalink
[JENKINS-41124] Noting JENKINS-41222 related future simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 19, 2017
1 parent be909fd commit 089eac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -471,7 +471,7 @@ public boolean replaceActions(@Nonnull Class<? extends Action> clazz, Action a)
*
* @param modulesDir Directory that contains sub-directories for each child item.
*/
// TODO replace with ItemGroup.loadChildren once that handles name mangling
// TODO replace with ItemGroup.loadChildren once baseline core has JENKINS-41222 merged
public static <K, V extends TopLevelItem> Map<K, V> loadChildren(AbstractFolder<V> parent, File modulesDir,
Function1<? extends K, ? super V> key) {
CopyOnWriteMap.Tree<K, V> configurations = new CopyOnWriteMap.Tree<K, V>();
Expand Down
Expand Up @@ -66,7 +66,7 @@
* @param <I> the type of {@link TopLevelItem} within the folder.
* @since 5.17
*/
// TODO migrate this functionality into core so that we can support renaming
// TODO migrate this functionality (by changing the base class) into core once baseline Jenkins has JENKINS-41222 merged
public abstract class ChildNameGenerator<P extends AbstractFolder<I>, I extends TopLevelItem> {
/**
* The name of the file that contains the actual name of the child item.
Expand Down

0 comments on commit 089eac1

Please sign in to comment.