Skip to content

Commit 135285b

Browse files
committed
Fix wrong javadoc link
Fixes javadoc building
1 parent a6e2fdd commit 135285b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/harness/session/SessionTestExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public SessionTestExtensionBuilder withCustomization(CustomSessionWorkspace sess
135135
* Sets the given session configuration that uses a custom "config.ini" file
136136
* with a defined set of bundles to be used. The customization can be
137137
* instantiated via
138-
* {@link SessionTestExtension#createCustomSessionConfiguration()}. By default,
138+
* {@link SessionTestExtension#createCustomConfiguration()}. By default,
139139
* a temporary folder is used as a configuration directory.
140140
* <p>
141141
* <b>Example usage with default configuration directory:</b>

0 commit comments

Comments
 (0)