Polishing

This commit is contained in:
Juergen Hoeller
2024-01-29 16:42:32 +01:00
parent bfd3b3ad88
commit d8d4fa0e24
2 changed files with 15 additions and 12 deletions

View File

@@ -29,11 +29,12 @@ import org.springframework.util.StringUtils;
* Created using the {@code parse*} methods.
*
* @author Arjen Poutsma
* @author Juergen Hoeller
* @since 5.3
*/
final class BitsCronField extends CronField {
public static BitsCronField ZERO_NANOS = forZeroNanos();
public static final BitsCronField ZERO_NANOS = forZeroNanos();
private static final long MASK = 0xFFFFFFFFFFFFFFFFL;