X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fcompiler%2Felaboration%2Fexpressions%2Flhstype%2FFunctionDefinitionLhs.java;h=ed89313f85032f57240901023420a4d7fc576ddc;hb=2367c227645db518955fc142ddf6b4c5787eab42;hp=e57a1896e48cb4b20305bad55e66617fd0a69064;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/FunctionDefinitionLhs.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/FunctionDefinitionLhs.java old mode 100755 new mode 100644 index e57a1896e..ed89313f8 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/FunctionDefinitionLhs.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/lhstype/FunctionDefinitionLhs.java @@ -1,10 +1,10 @@ -package org.simantics.scl.compiler.elaboration.expressions.lhstype; - -public class FunctionDefinitionLhs implements LhsType { - public final String functionName; - - public FunctionDefinitionLhs(String functionName) { - this.functionName = functionName; - } - -} +package org.simantics.scl.compiler.elaboration.expressions.lhstype; + +public class FunctionDefinitionLhs implements LhsType { + public final String functionName; + + public FunctionDefinitionLhs(String functionName) { + this.functionName = functionName; + } + +}