mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
Polishing
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ final class BitsCronField extends CronField {
|
||||
|
||||
|
||||
private static BitsCronField parseDate(String value, BitsCronField.Type type) {
|
||||
if (value.indexOf('?') != -1) {
|
||||
if (value.equals("?")) {
|
||||
value = "*";
|
||||
}
|
||||
return BitsCronField.parseField(value, type);
|
||||
|
||||
Reference in New Issue
Block a user