< prev index next >

test/javax/xml/jaxp/functional/catalog/DeferFeatureTest.java

Print this page

        

*** 84,89 **** Method method = tryRunWithAllPerm(() -> catalog.getClass().getDeclaredMethod("loadedCatalogCount")); runWithAllPerm(() -> method.setAccessible(true)); return (int) method.invoke(catalog); } } - --- 84,88 ----
< prev index next >