Skip to content

Commit

Permalink
Update core/src/main/java/hudson/model/View.java
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Guerroudj <91883215+Kevin-CB@users.noreply.github.com>
  • Loading branch information
basil and Kevin-CB authored Sep 2, 2024
1 parent f971ab6 commit 5aaba6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/View.java
Original file line number Diff line number Diff line change
Expand Up @@ -789,6 +789,7 @@ 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 5aaba6f

Please sign in to comment.