Skip to content

Commit

Permalink
comment out and add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
car-roll committed Sep 14, 2023
1 parent 24154a7 commit 73d45ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/java/org/jenkinsci/plugins/mesos/MesosCloud.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ public MesosCloud(
this.master);
}

@Override
boolean isNameEditable() {
return false;
}
// TODO: Uncomment when https://github.com/jenkinsci/jenkins/pull/8310 has been merged and released
// @Override
// boolean isNameEditable() {
// return false;
// }

private Object readResolve() throws IOException {

Expand Down

0 comments on commit 73d45ab

Please sign in to comment.