X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.scl.commands%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcommands%2Finternal%2Fchecker%2FBooleanCheckItem.java;h=cea4deecf2ba641571e57ceb8befc5aca1bb2cf0;hb=d84987ada2dc00ad2bcdca0599a71b6aa9b451dc;hp=599461f824e56a6d500b7f352808ed11ffa4e110;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/BooleanCheckItem.java b/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/BooleanCheckItem.java index 599461f82..cea4deecf 100644 --- a/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/BooleanCheckItem.java +++ b/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/BooleanCheckItem.java @@ -1,19 +1,19 @@ -package org.simantics.scl.commands.internal.checker; - -import java.util.List; - -import org.simantics.scl.compiler.types.Type; - -public enum BooleanCheckItem implements CheckItem { - INSTANCE; - - @Override - public boolean check(Object check, Object[] parameters, int pos) { - return (Boolean)check; - } - - @Override - public void collectParameterTypes(List types) { - } - -} +package org.simantics.scl.commands.internal.checker; + +import java.util.List; + +import org.simantics.scl.compiler.types.Type; + +public enum BooleanCheckItem implements CheckItem { + INSTANCE; + + @Override + public boolean check(Object check, Object[] parameters, int pos) { + return (Boolean)check; + } + + @Override + public void collectParameterTypes(List types) { + } + +}