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

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java102 private String sourceRootPath; field in class:PageConfig
921 if (sourceRootPath == null) {
924 sourceRootPath = srcpath.replace(File.separatorChar, '/');
927 return sourceRootPath;

Completed in 11 milliseconds