From 959999b4eb7058b7fe48a9517db772c0987e3ef3 Mon Sep 17 00:00:00 2001 From: David McKnight Date: Thu, 3 Apr 2008 18:43:09 +0000 Subject: [PATCH] [225506] [api][breaking] RSE UI leaks non-API types --- .../ui/propertypages/SystemTeamViewCategoryPropertyPage.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTeamViewCategoryPropertyPage.java b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTeamViewCategoryPropertyPage.java index dac2522863c..0064008da91 100644 --- a/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTeamViewCategoryPropertyPage.java +++ b/rse/plugins/org.eclipse.rse.ui/UI/org/eclipse/rse/ui/propertypages/SystemTeamViewCategoryPropertyPage.java @@ -12,7 +12,7 @@ * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. * * Contributors: - * {Name} (company) - description of contribution. + * David McKnight (IBM) [225506][api][breaking] RSE UI leaks non-API types *******************************************************************************/ package org.eclipse.rse.ui.propertypages; @@ -90,7 +90,7 @@ public class SystemTeamViewCategoryPropertyPage extends SystemBasePropertyPage /** * Get the input team view category node */ - protected SystemTeamViewCategoryNode getCategoryNode() + private SystemTeamViewCategoryNode getCategoryNode() { Object element = getElement(); return ((SystemTeamViewCategoryNode)element);