155156157158159160161162
} @Override public String getJournal(String fromRevisionId, String toRevisionId, String path) throws Exception { GetJournalCommand command = new GetJournalCommand(this, fromRevisionId, toRevisionId, path); return commandExecutor.execute(command); }