Skip to content

Commit

Permalink
[JENKINS-31162] Removed a @SInCE annotation in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
recena committed Mar 22, 2016
1 parent 213cf10 commit e787f57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/main/java/hudson/model/View.java
Expand Up @@ -1009,8 +1009,6 @@ public synchronized void doDoDelete(StaplerRequest req, StaplerResponse rsp) thr
* An API method to get the allowed {$link TopLevelItem}s and its categories.
*
* @return A {@link Categories} entity that is shown as JSON file.
*
* @since TODO
*/
@Restricted(DoNotUse.class)
public Categories doCategories(StaplerRequest req, StaplerResponse rsp) throws IOException, ServletException {
Expand Down

0 comments on commit e787f57

Please sign in to comment.