Skip to content

Commit

Permalink
Revert "Update core/src/main/java/hudson/model/View.java"
Browse files Browse the repository at this point in the history
This reverts commit 5aaba6f.
  • Loading branch information
basil committed Sep 2, 2024
1 parent ff8986f commit a26e478
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/hudson/model/View.java
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ public synchronized void doDoDelete(StaplerRequest2 req, StaplerResponse2 rsp) t
* null if fails.
* @since TODO
*/
@StaplerNotDispatchable
public /* abstract */ Item doCreateItem(StaplerRequest2 req, StaplerResponse2 rsp) throws IOException, ServletException {
if (Util.isOverridden(View.class, getClass(), "doCreateItem", StaplerRequest.class, StaplerResponse.class)) {
try {
Expand Down

0 comments on commit a26e478

Please sign in to comment.