diff --git a/org.springframework.context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java b/org.springframework.context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java
index d6f8791578e..83119b7f425 100644
--- a/org.springframework.context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java
+++ b/org.springframework.context/src/main/java/org/springframework/scheduling/support/CronSequenceGenerator.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2002-2009 the original author or authors.
+ * Copyright 2002-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -28,20 +28,19 @@ import java.util.TimeZone;
import org.springframework.util.StringUtils;
/**
- * Date sequence generator for a Crontab pattern allowing
- * client to specify a pattern that the sequence matches. The pattern is a list
- * of 6 single space separated fields representing (second, minute, hour, day,
- * month, weekday). Month and weekday names can be given as the first three
- * letters of the English names.
- *
+ * Date sequence generator for a Crontab pattern,
+ * allowing clients to specify a pattern that the sequence matches.
*
- * Example patterns
+ *
The pattern is a list of six single space-separated fields: representing + * second, minute, hour, day, month, weekday. Month and weekday names can be + * given as the first three letters of the English names. + * + *
Example patterns: *