reorganized file layout (part 2: edits)
[org.ibex.core.git] / src / org / ibex / core / Template.java
index 2f3e2ac..6e29c4a 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
-package org.ibex;
+package org.ibex.core;
 
 import java.io.*;
 import java.util.*;
@@ -59,7 +59,7 @@ public class Template {
      *  @param pboxes a vector of all box parents on which to put $-references
      *  @param ptemplates a vector of the fileNames to recieve private references on the pboxes
      */
-    void apply(Box b) throws JSExn {
+    public void apply(Box b) throws JSExn {
         try {
             apply(b, null);
         } catch (IOException e) {