change constraint to isLoopInvocationAllowed

This commit is contained in:
Roumen Georgiev 2018-11-06 13:40:56 +02:00
parent e76cfa1697
commit 4ac687cc72

View file

@ -95,7 +95,7 @@ public class DstHelperPlugin extends PluginBase implements ConstraintsInterface
//Return false if time to DST change is less than 91 and positive
@Override
public Constraint<Boolean> isClosedLoopAllowed(Constraint<Boolean> value){
public Constraint<Boolean> isLoopInvocationAllowed(Constraint<Boolean> value){
try {
this.dstTest(Calendar.getInstance());
} catch (Exception e) {