72737475767778798081
return launch(context); } private boolean update(FitNesseContext context) throws IOException { if (!"true".equalsIgnoreCase(context.getProperty(OMITTING_UPDATES.getKey()))) { Updater updater = new UpdaterImplementation(context); return updater.update(); } return false; }