You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: runtime/tests/org.eclipse.core.tests.harness/src/org/eclipse/core/tests/harness/session/SessionTestExtension.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ public SessionTestExtensionBuilder withCustomization(CustomSessionWorkspace sess
135
135
* Sets the given session configuration that uses a custom "config.ini" file
136
136
* with a defined set of bundles to be used. The customization can be
137
137
* instantiated via
138
-
* {@link SessionTestExtension#createCustomSessionConfiguration()}. By default,
138
+
* {@link SessionTestExtension#createCustomConfiguration()}. By default,
139
139
* a temporary folder is used as a configuration directory.
140
140
* <p>
141
141
* <b>Example usage with default configuration directory:</b>
0 commit comments