mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[229752] [api][regression] SystemSelectRemoteFileOrFolderForm.getInputProvider() cannot be overriden
This commit is contained in:
parent
949f68d49f
commit
9d930e4e22
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
* Martin Oberhuber (Wind River) - [186773] split ISystemRegistryUI from ISystemRegistry
|
||||
* 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) - [229752] [api][regression] SystemSelectRemoteFileOrFolderForm.getInputProvider() cannot be overriden
|
||||
********************************************************************************/
|
||||
|
||||
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
|
||||
* Subclasses can override to provide custom tree contents
|
||||
*/
|
||||
private ISystemSelectRemoteObjectAPIProvider getInputProvider()
|
||||
protected ISystemSelectRemoteObjectAPIProvider getInputProvider()
|
||||
{
|
||||
if (inputProvider == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue