From 8f6bfcdabc0da132a4caf8a855ea337c0858a1b5 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 25 Mar 2013 09:53:28 -0700 Subject: [PATCH] marking the release --- core/src/main/java/hudson/scheduler/CronTab.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/hudson/scheduler/CronTab.java b/core/src/main/java/hudson/scheduler/CronTab.java index c9bbc685d0..72614b3921 100644 --- a/core/src/main/java/hudson/scheduler/CronTab.java +++ b/core/src/main/java/hudson/scheduler/CronTab.java @@ -440,7 +440,7 @@ public final class CronTab { * Checks a prospective crontab specification to see if it could benefit from balanced hashes. * @param spec a (legal) spec * @return a similar spec that uses a hash, if such a transformation is necessary; null if it is OK as is - * @since XXX + * @since 1.509 */ public static @CheckForNull String hashify(String spec) { if (spec.contains("H")) { -- GitLab