Skip to content

Commit

Permalink
[JENKINS-31162] API REST method instead of API method
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 22, 2016
1 parent fab4546 commit e29a8b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/View.java
Expand Up @@ -1006,7 +1006,7 @@ public synchronized void doDoDelete(StaplerRequest req, StaplerResponse rsp) thr
public abstract Item doCreateItem( StaplerRequest req, StaplerResponse rsp ) throws IOException, ServletException;

/**
* An API method to get the allowed {$link TopLevelItem}s and its categories.
* An API REST method to get the allowed {$link TopLevelItem}s and its categories.
*
* @return A {@link Categories} entity that is shown as JSON file.
*/
Expand Down

0 comments on commit e29a8b9

Please sign in to comment.