File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
src/main/java/com/cloudbees/hudson/plugins/folder Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 3939import jenkins .model .Jenkins ;
4040import jenkins .model .ProjectNamingStrategy ;
4141import org .jenkins .ui .icon .IconSpec ;
42- import org .kohsuke .accmod .Restricted ;
43- import org .kohsuke .accmod .restrictions .NoExternalUse ;
44- import org .kohsuke .stapler .AncestorInPath ;
45- import org .kohsuke .stapler .QueryParameter ;
4642import org .kohsuke .stapler .Stapler ;
4743import org .kohsuke .stapler .StaplerRequest2 ;
4844
@@ -134,12 +130,6 @@ public List<FolderIconDescriptor> getIconDescriptors() {
134130 return r ;
135131 }
136132
137- @ Restricted (NoExternalUse .class )
138- public FormValidation doCheckDisplayNameOrNull (@ AncestorInPath AbstractFolder folder , @ QueryParameter String value ) {
139- return Jenkins .get ().doCheckDisplayName (value , folder .getName ());
140- }
141-
142-
143133 /**
144134 * Needed if it wants Folder are categorized in Jenkins 2.x.
145135 *
You can’t perform that action at this time.
0 commit comments