X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.scl.reflection%2Fsrc%2Forg%2Fsimantics%2Fscl%2Freflection%2FTypeBindingScheme.java;h=f2714bf3570567c295ef449255b3314171988a3a;hb=8f99af83cee60676d80cf2334177ab94f82b7959;hp=b39e0eb3e4e29b6e7b42914e12f477b996c7d595;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeBindingScheme.java b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeBindingScheme.java old mode 100755 new mode 100644 index b39e0eb3e..f2714bf35 --- a/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeBindingScheme.java +++ b/bundles/org.simantics.scl.reflection/src/org/simantics/scl/reflection/TypeBindingScheme.java @@ -1,11 +1,11 @@ -package org.simantics.scl.reflection; - -import org.simantics.scl.compiler.types.TCon; - -/** - * Binds SCL type constructors to Java classes. - * @author Hannu Niemistö - */ -public interface TypeBindingScheme { - Class getClass(TCon con) throws TypeNotFoundException; -} +package org.simantics.scl.reflection; + +import org.simantics.scl.compiler.types.TCon; + +/** + * Binds SCL type constructors to Java classes. + * @author Hannu Niemistö + */ +public interface TypeBindingScheme { + Class getClass(TCon con) throws TypeNotFoundException; +}