File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6761,8 +6761,8 @@ public void testBug528467b() throws CoreException {
67616761
67626762 assertMarkers ("Unexpected markers" ,
67636763 "Access restriction: The type \' Image\' is not API (restriction on required library '" + jrtPath + "')\n " +
6764- "The type Graphics from module java.desktop may not be accessible to clients due to missing \' requires transitive\' \n " +
6765- "Access restriction: The method \' Image.getGraphics() \' is not API (restriction on required library '" + jrtPath + "')" , markers );
6764+ "The type Graphics from module java.desktop may not be accessible to clients due to missing \' requires transitive\' "
6765+ , markers );
67666766 } finally {
67676767 deleteProject (p1 );
67686768 }
You can’t perform that action at this time.
0 commit comments