Searched refs:fallbackCommand (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepository.java320 * @param fallbackCommand the command to use, if lookup fails.
324 protected String ensureCommand(String propertyKey, String fallbackCommand) { argument
331 cmd = System.getProperty(propertyKey, fallbackCommand);

Completed in 7 milliseconds