mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
fix typeo
This commit is contained in:
parent
43cc7240f6
commit
72fb069bf4
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class CDocumentProvider extends FileDocumentProvider {
|
||||||
return super.createAnnotationModel(element);
|
return super.createAnnotationModel(element);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected ElementInfo createeeElementInfo(Object element) throws CoreException {
|
protected ElementInfo createElementInfo(Object element) throws CoreException {
|
||||||
if (element instanceof IFileEditorInput) {
|
if (element instanceof IFileEditorInput) {
|
||||||
|
|
||||||
IFileEditorInput input= (IFileEditorInput) element;
|
IFileEditorInput input= (IFileEditorInput) element;
|
||||||
|
|
Loading…
Add table
Reference in a new issue