2003/06/07 09:10:18
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:00:50 +0000 (07:00 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:00:50 +0000 (07:00 +0000)
darcs-hash:20040130070050-2ba56-dabf94e51aebfab7011171f81749f39c9032dd13.gz

src/org/xwt/Template.java

index a9ea9b9..1fbe9ce 100644 (file)
@@ -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;