package fitnesse; import java.io.IOException; public interface Updater { void update() throws IOException; }