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

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

Completed in 11 milliseconds