Polishing
This commit is contained in:
parent
4d670ee25d
commit
b0d273e047
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue