change constraint to isLoopInvocationAllowed
This commit is contained in:
parent
e76cfa1697
commit
4ac687cc72
|
@ -95,7 +95,7 @@ public class DstHelperPlugin extends PluginBase implements ConstraintsInterface
|
||||||
|
|
||||||
//Return false if time to DST change is less than 91 and positive
|
//Return false if time to DST change is less than 91 and positive
|
||||||
@Override
|
@Override
|
||||||
public Constraint<Boolean> isClosedLoopAllowed(Constraint<Boolean> value){
|
public Constraint<Boolean> isLoopInvocationAllowed(Constraint<Boolean> value){
|
||||||
try {
|
try {
|
||||||
this.dstTest(Calendar.getInstance());
|
this.dstTest(Calendar.getInstance());
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
|
Loading…
Reference in a new issue