removed silly comment
This commit is contained in:
parent
a193cbf2b2
commit
72308434eb
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue