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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRepository.java407 * @param fallbackCommand the command to use, if lookup fails.
411 protected String ensureCommand(String propertyKey, String fallbackCommand) { argument
418 RepoCommand = System.getProperty(propertyKey, fallbackCommand);

Completed in 8 milliseconds