Skip to content

Commit 4b67e8a

Browse files
committed
fix usage of getProjectPostfix() in XMLXref.java
1 parent 06844e3 commit 4b67e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/analysis/plain/XMLXref.lex

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ NameChar = {FileChar}|"."
107107
final char separator = isJavaClass ? '.' : '/';
108108
final String hyperlink =
109109
Util.breadcrumbPath(urlPrefix + "path=", path, separator,
110-
getProjectPostfix(), isJavaClass);
110+
getProjectPostfix(true), isJavaClass);
111111
out.append(hyperlink);
112112
}
113113

0 commit comments

Comments
 (0)