From 760b9bb49e2f20975516c8ef2f58e39e2f73d098 Mon Sep 17 00:00:00 2001 From: Jesse Farinacci Date: Thu, 9 Jun 2011 11:10:20 -0400 Subject: [PATCH] set a more appropriate @since --- .../java/hudson/security/captcha/CaptchaSupportDescriptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/security/captcha/CaptchaSupportDescriptor.java b/core/src/main/java/hudson/security/captcha/CaptchaSupportDescriptor.java index 99e5b7b5d7..980fc70306 100644 --- a/core/src/main/java/hudson/security/captcha/CaptchaSupportDescriptor.java +++ b/core/src/main/java/hudson/security/captcha/CaptchaSupportDescriptor.java @@ -29,7 +29,7 @@ import hudson.model.Descriptor; * {@link Descriptor} for {@link CaptchaSupport}. * * @author Winston Prakash - * @since 2.0.1 + * @since 1.416 */ public abstract class CaptchaSupportDescriptor extends Descriptor { // so far nothing different from plain Descriptor -- GitLab