X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.commands%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcommands%2Finternal%2Fchecker%2FCheckItem.java;h=844b1aee941f273d143de546c84feab4aca04ff2;hb=refs%2Fchanges%2F38%2F238%2F2;hp=8eb9383bd8b8d2feeb074755bde7c814aa087085;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/CheckItem.java b/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/CheckItem.java index 8eb9383bd..844b1aee9 100644 --- a/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/CheckItem.java +++ b/bundles/org.simantics.scl.commands/src/org/simantics/scl/commands/internal/checker/CheckItem.java @@ -1,16 +1,16 @@ -package org.simantics.scl.commands.internal.checker; - -import java.util.List; - -import org.simantics.scl.compiler.types.Type; - -/** - * Internal object used in the implementation of Checker for - * doing one checking step. - * - * @author Hannu Niemistö - */ -public interface CheckItem { - boolean check(Object check, Object[] parameters, int pos); - void collectParameterTypes(List types); -} +package org.simantics.scl.commands.internal.checker; + +import java.util.List; + +import org.simantics.scl.compiler.types.Type; + +/** + * Internal object used in the implementation of Checker for + * doing one checking step. + * + * @author Hannu Niemistö + */ +public interface CheckItem { + boolean check(Object check, Object[] parameters, int pos); + void collectParameterTypes(List types); +}