mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
.
This commit is contained in:
parent
bb30382695
commit
b23dbe60fc
1 changed files with 2 additions and 2 deletions
|
@ -140,7 +140,7 @@ public class CUIPlugin extends AbstractUIPlugin {
|
|||
|
||||
private CoreModel fCoreModel;
|
||||
private CDocumentProvider fDocumentProvider;
|
||||
private IWorkingCopyManager fWorkingCopyManager;
|
||||
private WorkingCopyManager fWorkingCopyManager;
|
||||
private CTextTools fTextTools;
|
||||
private AsmTextTools fAsmTextTools;
|
||||
private ProblemMarkerManager fProblemMarkerManager;
|
||||
|
@ -203,7 +203,7 @@ public class CUIPlugin extends AbstractUIPlugin {
|
|||
}
|
||||
return fBuildConsoleManager;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @see Plugin#shutdown
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue