mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
Removed the deprecated PDOMLinkage.getNode(long) method.
Change-Id: I7a1bf76e0261fc18b616387cdcec16f81f8b0bf3 Reviewed-on: https://git.eclipse.org/r/20692 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
This commit is contained in:
parent
5637d3dceb
commit
93c60329b8
1 changed files with 0 additions and 8 deletions
|
@ -182,14 +182,6 @@ public abstract class PDOMLinkage extends PDOMNamedNode implements IIndexLinkage
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Use {@link PDOMNode#load(PDOM, long)} instead.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public final PDOMNode getNode(long record) throws CoreException {
|
|
||||||
return PDOMNode.load(getPDOM(), record);
|
|
||||||
}
|
|
||||||
|
|
||||||
abstract public PDOMNode getNode(long record, int nodeType) throws CoreException;
|
abstract public PDOMNode getNode(long record, int nodeType) throws CoreException;
|
||||||
|
|
||||||
public abstract IBTreeComparator getIndexComparator();
|
public abstract IBTreeComparator getIndexComparator();
|
||||||
|
|
Loading…
Add table
Reference in a new issue