mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Bug 372675 - Change CModelManager.getElementsOutOfSynchWithBuffers() to
public
This commit is contained in:
parent
a50409bd7c
commit
9ecb8e0c6e
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2000, 2010 QNX Software Systems and others.
|
||||
* Copyright (c) 2000, 2012 QNX Software Systems and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -1162,7 +1162,7 @@ public class CModelManager implements IResourceChangeListener, IContentTypeChang
|
|||
/**
|
||||
* Returns the set of elements which are out of synch with their buffers.
|
||||
*/
|
||||
protected Map<ICElement,ICElement> getElementsOutOfSynchWithBuffers() {
|
||||
public Map<ICElement,ICElement> getElementsOutOfSynchWithBuffers() {
|
||||
return this.elementsOutOfSynchWithBuffers;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue