1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00

fix typeo

This commit is contained in:
David Inglis 2002-09-24 13:38:41 +00:00
parent 43cc7240f6
commit 72fb069bf4

View file

@ -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;