res.skinpath is now an object property (holding an array of

HopObjects or directory names) instead of a string property.
This commit is contained in:
hns 2002-03-25 18:51:21 +00:00
parent 847f2542d3
commit 3712b51628

View file

@ -61,7 +61,7 @@ public class ResponseTrans implements Externalizable {
private transient Stack buffers;
// the path used to resolve skin names
public transient String skinpath = null;
public transient Object skinpath = null;
static final long serialVersionUID = -8627370766119740844L;