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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRepository.java355 * @param propertyKey property key to lookup the corresponding system property.
360 protected String ensureCommand(String propertyKey, String fallbackCommand) { argument
367 cmd = System.getProperty(propertyKey, fallbackCommand);

Completed in 8 milliseconds