Renamed getSkinfiles(path) to getSkinfilesInPath(path) because Rhino's

Java Bean setter/getter mechanism got confused for app.skinfiles.
This commit is contained in:
hns 2003-06-13 15:46:41 +00:00
parent 2a5c4a7c8f
commit 8aa7c6bf33

View file

@ -450,7 +450,7 @@ public class ApplicationBean implements Serializable {
*
* @return ...
*/
public Map getSkinfiles(Object[] skinpath) {
public Map getSkinfilesInPath(Object[] skinpath) {
Map skinz = new HashMap();
for (Iterator it = app.getPrototypes().iterator(); it.hasNext();) {