From: megacz Date: Fri, 30 Jan 2004 07:00:50 +0000 (+0000) Subject: 2003/06/07 09:10:18 X-Git-Tag: RC3~944 X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=commitdiff_plain;h=e8ff2362740beba863e16e147daf1dca967d08e6 2003/06/07 09:10:18 darcs-hash:20040130070050-2ba56-dabf94e51aebfab7011171f81749f39c9032dd13.gz --- diff --git a/src/org/xwt/Template.java b/src/org/xwt/Template.java index a9ea9b9..1fbe9ce 100644 --- a/src/org/xwt/Template.java +++ b/src/org/xwt/Template.java @@ -298,7 +298,7 @@ public class Template { /** template reapplication procedure */ private static void reapply(Box b) { - throw new Error("not implemented"); + Log.log(Template.class, "Template.reapply() not implemented"); /* // Ref 7.5.1: check if we need to retemplatize boolean retemplatize = false;