mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
2004-11-10 Alain Magloire
Typo in method IBinaryParser.ISymbol * src/org/eclipse/cdt/core/IBinaryParser.java * utils/org/eclipse/cdt/utils/Symbol.java
This commit is contained in:
parent
1449fe17d1
commit
7dae0c0ca3
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-11-10 Alain Magloire
|
||||
Typo in method IBinaryParser.ISymbol
|
||||
* src/org/eclipse/cdt/core/IBinaryParser.java
|
||||
* utils/org/eclipse/cdt/utils/Symbol.java
|
||||
|
||||
2004-11-10 Alain Magloire
|
||||
Fix for PR 78308, on deleting of non-C resources, no deltas
|
||||
was fired.
|
||||
|
|
|
@ -220,7 +220,7 @@ public interface IBinaryParser extends IAdaptable {
|
|||
* Return the binary object this symbol is from.
|
||||
* @return
|
||||
*/
|
||||
IBinaryObject getBinarObject();
|
||||
IBinaryObject getBinaryObject();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -52,7 +52,7 @@ public class Symbol implements ISymbol, Comparable {
|
|||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.IBinaryParser.ISymbol#getBinarObject()
|
||||
*/
|
||||
public IBinaryObject getBinarObject() {
|
||||
public IBinaryObject getBinaryObject() {
|
||||
return binary;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue