From 72308434eb1f28d732add84794a289ca6de0dbae Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 14 May 2002 16:32:33 +0000 Subject: [PATCH] removed silly comment --- src/helma/framework/core/Application.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helma/framework/core/Application.java b/src/helma/framework/core/Application.java index 817672dc..a85a7cb0 100644 --- a/src/helma/framework/core/Application.java +++ b/src/helma/framework/core/Application.java @@ -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. */ public Skin getSkin (Object object, String skinname, Object[] skinpath) { - return skinmgr.getSkin (object, skinname, skinpath); // not yet implemented + return skinmgr.getSkin (object, skinname, skinpath); } /**