X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Fcommands%2FCompiledCommand.java;h=59cbad8ae4e5d56ce5b01bc282434a8ca4da9208;hb=06ee0c4c71cd9e372969da1570e7fcac2c4397a5;hp=c2f6c72eae976258a6fc79bb71de8256b9c1a138;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CompiledCommand.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CompiledCommand.java index c2f6c72ea..59cbad8ae 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CompiledCommand.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/commands/CompiledCommand.java @@ -1,14 +1,14 @@ -package org.simantics.scl.compiler.commands; - -import org.simantics.scl.compiler.types.Type; -import org.simantics.scl.runtime.function.Function; - -public class CompiledCommand { - public final Function command; - public final Type type; - - public CompiledCommand(Function command, Type type) { - this.command = command; - this.type = type; - } -} +package org.simantics.scl.compiler.commands; + +import org.simantics.scl.compiler.types.Type; +import org.simantics.scl.runtime.function.Function; + +public class CompiledCommand { + public final Function command; + public final Type type; + + public CompiledCommand(Function command, Type type) { + this.command = command; + this.type = type; + } +}