Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
/**
* Implementation of the workbench browser support.
*/
@SuppressWarnings("deprecation") // java.util.Observable since 9;
public class DefaultBrowserSupport extends AbstractWorkbenchBrowserSupport {
static final String SHARED_ID = "org.eclipse.ui.browser"; //$NON-NLS-1$
static final String DEFAULT_ID_BASE = "org.eclipse.ui.defaultBrowser"; //$NON-NLS-1$
Expand Down
Loading