Skip to content

Commit 972c6d0

Browse files
committed
DO NOT MERGE
Check if API tools are working in platform UI. This PR should fail validation because it adds new API with wrong since tag. See #2430 See #1922
1 parent 0a3c1fd commit 972c6d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/AbstractSourceProvider.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,10 @@ public final void removeSourceProviderListener(final ISourceProviderListener lis
120120
*/
121121
public void initialize(final IServiceLocator locator) {
122122
}
123+
124+
/**
125+
* @since 3.132
126+
*/
127+
public void dummy() {
128+
}
123129
}

0 commit comments

Comments
 (0)