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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java419 public void setFetchHistoryWhenNotInCache(boolean nofetch) { argument
420 this.fetchHistoryWhenNotInCache = nofetch;
H A DRuntimeEnvironment.java1059 public void setFetchHistoryWhenNotInCache(boolean nofetch) { argument
1060 threadConfig.get().setFetchHistoryWhenNotInCache(nofetch);

Completed in 22 milliseconds