Removed image from toString().
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@511 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: Tile.java,v 1.15 2001/10/12 00:38:15 shaper Exp $
|
// $Id: Tile.java,v 1.16 2001/10/22 18:11:25 shaper Exp $
|
||||||
|
|
||||||
package com.threerings.media.tile;
|
package com.threerings.media.tile;
|
||||||
|
|
||||||
@@ -66,7 +66,6 @@ public class Tile
|
|||||||
StringBuffer buf = new StringBuffer();
|
StringBuffer buf = new StringBuffer();
|
||||||
buf.append("[tsid=").append(tsid);
|
buf.append("[tsid=").append(tsid);
|
||||||
buf.append(", tid=").append(tid);
|
buf.append(", tid=").append(tid);
|
||||||
buf.append(", img=").append(img);
|
|
||||||
return buf.append("]").toString();
|
return buf.append("]").toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user