mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
updating comments
This commit is contained in:
parent
713b935a98
commit
634665dab7
2 changed files with 1 additions and 8 deletions
|
@ -55,13 +55,6 @@ import org.eclipse.rse.references.ISystemReferencedObject;
|
||||||
*/
|
*/
|
||||||
public interface ISystemFilter extends ISystemReferencedObject, ISystemFilterContainer, IRSEModelObject
|
public interface ISystemFilter extends ISystemReferencedObject, ISystemFilterContainer, IRSEModelObject
|
||||||
{
|
{
|
||||||
/**
|
|
||||||
* <!-- begin-user-doc -->
|
|
||||||
* <!-- end-user-doc -->
|
|
||||||
* @generated
|
|
||||||
*/
|
|
||||||
String copyright = "(c) Copyright IBM Corporation 2002, 2004.";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the value of the '<em><b>Name</b></em>' attribute.
|
* Returns the value of the '<em><b>Name</b></em>' attribute.
|
||||||
* <!-- begin-user-doc -->
|
* <!-- begin-user-doc -->
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.eclipse.rse.references.ISystemBaseReferencingObject;
|
||||||
* The easiest use of this class is to subclass it, but since that is not
|
* The easiest use of this class is to subclass it, but since that is not
|
||||||
* always possible, it is not abstract and hence can be leveraged via containment.
|
* always possible, it is not abstract and hence can be leveraged via containment.
|
||||||
*/
|
*/
|
||||||
public class SystemReferencingObjectHelper //implements ISystemReferencingObject
|
public class SystemReferencingObjectHelper
|
||||||
{
|
{
|
||||||
private ISystemBaseReferencedObject masterObject = null;
|
private ISystemBaseReferencedObject masterObject = null;
|
||||||
private ISystemBaseReferencingObject caller = null;
|
private ISystemBaseReferencingObject caller = null;
|
||||||
|
|
Loading…
Add table
Reference in a new issue