1 package org.catacomb.interlish.service; 2 3 4 public interface ScriptMerger { 5 6 public String mergeStubs(String oldscript, String stubs); 7 8 }