mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +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);
|
||||
}
|
||||
|
||||
protected ElementInfo createeeElementInfo(Object element) throws CoreException {
|
||||
protected ElementInfo createElementInfo(Object element) throws CoreException {
|
||||
if (element instanceof IFileEditorInput) {
|
||||
|
||||
IFileEditorInput input= (IFileEditorInput) element;
|
||||
|
|
Loading…
Add table
Reference in a new issue