Polishing

This commit is contained in:
Juergen Hoeller
2024-01-29 16:42:32 +01:00
parent 5dc26460fb
commit 005d5ef922
2 changed files with 14 additions and 11 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;