mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 02:35:37 +02:00
[225506] [api][breaking] RSE UI leaks non-API types
This commit is contained in:
parent
3474322cef
commit
959999b4eb
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
* Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley.
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* {Name} (company) - description of contribution.
|
* David McKnight (IBM) [225506][api][breaking] RSE UI leaks non-API types
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
package org.eclipse.rse.ui.propertypages;
|
package org.eclipse.rse.ui.propertypages;
|
||||||
|
@ -90,7 +90,7 @@ public class SystemTeamViewCategoryPropertyPage extends SystemBasePropertyPage
|
||||||
/**
|
/**
|
||||||
* Get the input team view category node
|
* Get the input team view category node
|
||||||
*/
|
*/
|
||||||
protected SystemTeamViewCategoryNode getCategoryNode()
|
private SystemTeamViewCategoryNode getCategoryNode()
|
||||||
{
|
{
|
||||||
Object element = getElement();
|
Object element = getElement();
|
||||||
return ((SystemTeamViewCategoryNode)element);
|
return ((SystemTeamViewCategoryNode)element);
|
||||||
|
|
Loading…
Add table
Reference in a new issue