From 8aa7c6bf331d20dd48a04dd1dee29ae53fd61ed0 Mon Sep 17 00:00:00 2001 From: hns Date: Fri, 13 Jun 2003 15:46:41 +0000 Subject: [PATCH] Renamed getSkinfiles(path) to getSkinfilesInPath(path) because Rhino's Java Bean setter/getter mechanism got confused for app.skinfiles. --- src/helma/framework/core/ApplicationBean.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/core/ApplicationBean.java b/src/helma/framework/core/ApplicationBean.java index ac585d4d..1f38cfa9 100644 --- a/src/helma/framework/core/ApplicationBean.java +++ b/src/helma/framework/core/ApplicationBean.java @@ -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();) {