2003/06/07 09:10:18
[org.ibex.core.git] / 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;