From f1963ae3f4bdc94d567512eaba15a70b559fda4d Mon Sep 17 00:00:00 2001 From: Heiko Klare Date: Wed, 13 Dec 2023 11:17:32 +0100 Subject: [PATCH] Fix unresolved reference in Javadoc --- .../events/BuildProjectFromMultipleJobsTest.java | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/events/BuildProjectFromMultipleJobsTest.java b/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/events/BuildProjectFromMultipleJobsTest.java index 691a8e1ef02..85fcc6f2eeb 100644 --- a/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/events/BuildProjectFromMultipleJobsTest.java +++ b/resources/tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/internal/events/BuildProjectFromMultipleJobsTest.java @@ -80,12 +80,16 @@ public void tearDown() throws Exception { } /** - * Creates a project with no contents and a builder, and triggers a project build from multiple jobs. - * Checks that no {@link AssertionFailedException} were logged during the builds. + * Creates a project with no contents and a builder, and triggers a project + * build from multiple jobs. Checks that no + * {@link org.eclipse.core.runtime.AssertionFailedException} were logged during + * the builds. * - * Repeats this several times, to ensure that no exceptions are thrown due to the build from parallel threads. + * Repeats this several times, to ensure that no exceptions are thrown due to + * the build from parallel threads. * - * @see Eclipse bug 517411 + * @see Eclipse + * bug 517411 */ @Test public void test10IterationsWithBuildsFrom8Jobs() throws Exception {