forked from geodmms/xdgnjobs

?? ?
2008-05-14 fe4bda7d456c106e1061afaa29d452e5553e9d96
xdgnjobs/ximple-dgnio/src/main/java/com/ximple/io/dgn7/TcbElement.java
@@ -9,7 +9,7 @@
 */
public class TcbElement extends Element
{
    public TcbElement(short[] raw)
    public TcbElement(byte[] raw)
    {
        super(raw);
    }
@@ -82,7 +82,7 @@
            return instance;
        }
        protected Element createElement(short[] raw)
        protected Element createElement(byte[] raw)
        {
            return new TcbElement(raw);
        }