1
0
Fork 0
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:
Vivian Kong 2012-03-01 15:54:22 -05:00
parent a50409bd7c
commit 9ecb8e0c6e

View file

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