1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-09 18:15:23 +02:00

[cleanup] update javadoc

This commit is contained in:
Martin Oberhuber 2007-04-06 12:42:15 +00:00
parent 3fc8103b84
commit eedb7b4c9c

View file

@ -1617,7 +1617,7 @@ public abstract class AbstractSystemViewAdapter implements ISystemViewElementAda
* optimized implementation for their models? But it's being called * optimized implementation for their models? But it's being called
* by subclasses only anyways... * by subclasses only anyways...
* *
* @deprecated use SystemAdapterHelpers.getAdapter(o, getViewer()) instead * @deprecated use SystemAdapterHelpers.getViewAdapter(o, getViewer()) instead
*/ */
protected ISystemViewElementAdapter getSystemViewElementAdapter(Object o) protected ISystemViewElementAdapter getSystemViewElementAdapter(Object o)
{ {