On Mon, 30 Jun 2025 15:46:06 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> The method createStockShader(String) of type DummyResourceFactory should be > tagged with `@Override` since it actually overrides a superinterface method > DummyResourceFactory.java Java Problem > /graphics/src/main/java/com/sun/prism/null3d line 132 Thank you, added `@Override` annotation to mentioned methods. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1824#issuecomment-3026869510