X-Git-Url: http://git.megacz.com/?p=org.ibex.classgen.git;a=blobdiff_plain;f=src%2Forg%2Fibex%2Fclassgen%2FType.java;h=d0d0f44d09b5b345e9c209f378399416a0a24a48;hp=07e8d7835eff8c32442ee1898064227dcbbace10;hb=3c3405099256e3741388995e4b3a59b78caf1bc9;hpb=60bace637897ca9710e91707d0bb8d31a420a3a9 diff --git a/src/org/ibex/classgen/Type.java b/src/org/ibex/classgen/Type.java index 07e8d78..d0d0f44 100644 --- a/src/org/ibex/classgen/Type.java +++ b/src/org/ibex/classgen/Type.java @@ -3,7 +3,7 @@ package org.ibex.classgen; import java.util.StringTokenizer; import java.util.Hashtable; -public class Type implements CGConst { +public abstract class Type implements CGConst { private static Hashtable instances = new Hashtable(); // this has to appear at the top of the file