mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8197865: @moduleGraph taglet generates incorrect link to module graph
Reviewed-by: jjg, lancea
This commit is contained in:
parent
1087d69b46
commit
ff6a245d89
@ -64,7 +64,7 @@ public class ModuleGraph implements Taglet {
|
||||
}
|
||||
|
||||
String moduleName = ((ModuleElement) element).getQualifiedName().toString();
|
||||
String imageFile = moduleName + "/module-graph.png";
|
||||
String imageFile = "module-graph.png";
|
||||
int thumbnailHeight = -1;
|
||||
String hoverImage = "";
|
||||
if (!moduleName.equals("java.base")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user