1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 12:35:22 +02:00

[229752] [api][regression] SystemSelectRemoteFileOrFolderForm.getInputProvider() cannot be overriden

This commit is contained in:
David McKnight 2008-05-02 13:30:18 +00:00
parent 949f68d49f
commit 9d930e4e22

View file

@ -15,6 +15,7 @@
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry * Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
* David Dykstal (IBM) - [224671] [api] org.eclipse.rse.core API leaks non-API types * David Dykstal (IBM) - [224671] [api] org.eclipse.rse.core API leaks non-API types
* David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API types * David McKnight (IBM) - [225506] [api][breaking] RSE UI leaks non-API types
* David McKnight (IBM) - [229752] [api][regression] SystemSelectRemoteFileOrFolderForm.getInputProvider() cannot be overriden
********************************************************************************/ ********************************************************************************/
package org.eclipse.rse.files.ui.widgets; package org.eclipse.rse.files.ui.widgets;
@ -198,7 +199,7 @@ public class SystemSelectRemoteFileOrFolderForm
* Returns the input provider that drives the contents of the tree * Returns the input provider that drives the contents of the tree
* Subclasses can override to provide custom tree contents * Subclasses can override to provide custom tree contents
*/ */
private ISystemSelectRemoteObjectAPIProvider getInputProvider() protected ISystemSelectRemoteObjectAPIProvider getInputProvider()
{ {
if (inputProvider == null) if (inputProvider == null)
{ {