At first glance, this looks questionable.

2193 if (element instanceof PackageElement) {
2194 stylesheetContent.add(getModuleStylesheetContent((PackageElement)element));
2195 }
Is this supposed to be using PackageElement and not ModuleElement?

-- Jon


On 4/29/19 2:32 AM, Priya Lakshmi Muthuswamy wrote:
Hi,

Kindly review the changes for supporting module specific style sheets.

JBS: https://bugs.openjdk.java.net/browse/JDK-8219313
webrev: http://cr.openjdk.java.net/~pmuthuswamy/8219313/webrev.00/

Thanks,
Priya

Reply via email to