Skip to content

Commit

Permalink
fix: remove an obsoleted previous implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern committed Apr 10, 2024
1 parent c4db068 commit e5c9e75
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/main/java/hudson/model/AbstractProject.java
Expand Up @@ -1940,11 +1940,6 @@ public boolean isApplicable(Descriptor descriptor) {
return true;
}

@Restricted(DoNotUse.class)
public FormValidation doCheckDisplayNameOrNull(@AncestorInPath AbstractProject project, @QueryParameter String value) {
return Jenkins.get().doCheckDisplayName(value, project.getName());
}

@Restricted(DoNotUse.class)
public FormValidation doCheckAssignedLabelString(@AncestorInPath AbstractProject<?, ?> project,
@QueryParameter String value) {
Expand Down

0 comments on commit e5c9e75

Please sign in to comment.