removed silly comment

This commit is contained in:
hns 2002-05-14 16:32:33 +00:00
parent a193cbf2b2
commit 72308434eb

View file

@ -575,7 +575,7 @@ public class Application extends UnicastRemoteObject implements IRemoteApp, IPat
* to use for the object, then looking up the skin for the prototype. * to use for the object, then looking up the skin for the prototype.
*/ */
public Skin getSkin (Object object, String skinname, Object[] skinpath) { public Skin getSkin (Object object, String skinname, Object[] skinpath) {
return skinmgr.getSkin (object, skinname, skinpath); // not yet implemented return skinmgr.getSkin (object, skinname, skinpath);
} }
/** /**