1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Adjusted comments.

This commit is contained in:
Sergey Prigogin 2010-10-20 23:01:25 +00:00
parent c53ab94055
commit e9064b5093

View file

@ -39,7 +39,7 @@ import org.eclipse.core.runtime.Path;
* Creates labels for ICElement objects.
*
* @deprecated Use org.eclipse.cdt.ui.CElementLabelProvider instead.
* Internally you can also use org.eclipse.cdt.internal.ui.viewsupport.CElementBaseLabels.
* Internally you can also use org.eclipse.cdt.internal.ui.viewsupport.CElementLabels.
*/
@Deprecated
public class CElementBaseLabels {