X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.compiler%2Fsrc%2Forg%2Fcojen%2Fclassfile%2FTypeDesc.java;h=acf2bb18d643ae4f40c1d3a6d1896d9782787f63;hp=cfc5a1deb0fcf7a303651c39782af93fc6e8742b;hb=a8758de5bc19e5adb3f618d3038743a164f09912;hpb=12d9af17384d960b75d58c3935d2b7b46d93e87b diff --git a/bundles/org.simantics.scl.compiler/src/org/cojen/classfile/TypeDesc.java b/bundles/org.simantics.scl.compiler/src/org/cojen/classfile/TypeDesc.java index cfc5a1deb..acf2bb18d 100644 --- a/bundles/org.simantics.scl.compiler/src/org/cojen/classfile/TypeDesc.java +++ b/bundles/org.simantics.scl.compiler/src/org/cojen/classfile/TypeDesc.java @@ -16,7 +16,6 @@ package org.cojen.classfile; -import java.io.Serializable; import java.lang.ref.SoftReference; import java.lang.reflect.Array; import java.util.Collections; @@ -34,7 +33,7 @@ import org.cojen.util.WeakIdentityMap; * @author Brian S O'Neill */ @SuppressWarnings("rawtypes") -public abstract class TypeDesc extends Descriptor implements Serializable { +public abstract class TypeDesc extends Descriptor { /** * Type code returned from getTypeCode, which can be used with the * newarray instruction.