Skip to content

Commit

Permalink
add @SInCE
Browse files Browse the repository at this point in the history
  • Loading branch information
olamy committed Aug 2, 2011
1 parent 2843f5d commit 9580ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/java/hudson/model/Descriptor.java
Expand Up @@ -632,6 +632,7 @@ public String getHelpFile(final String fieldName) {
/**
* Tells Jenkins that the help file for the field 'fieldName' is defined in the help file for
* the 'fieldNameToRedirectTo' in the 'owner' class.
* @since 1.425
*/
protected void addHelpFileRedirect(String fieldName, Class<? extends Describable> owner, String fieldNameToRedirectTo) {
helpRedirect.put(fieldName,
Expand Down

0 comments on commit 9580ae6

Please sign in to comment.