Minor, make field final

This commit is contained in:
Alexander Udalov
2013-11-22 22:09:07 +04:00
parent c2598faa4e
commit 8549cbb510
@@ -30,7 +30,7 @@ import java.util.List;
public class TypeConstructorImpl extends AnnotatedImpl implements TypeConstructor {
private final List<TypeParameterDescriptor> parameters;
private Collection<JetType> supertypes;
private final Collection<JetType> supertypes;
private final String debugName;
private final boolean isFinal;