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

Bug 356632: Follow up porting fix to 8.0.2.

This commit is contained in:
Markus Schorn 2011-09-19 13:01:40 +02:00
parent 2f327be2be
commit 6337c3d624

View file

@ -19,8 +19,8 @@ import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import java.util.Set;
import org.eclipse.cdt.core.CCorePlugin;
import org.eclipse.cdt.core.dom.ILinkage;
@ -642,7 +642,8 @@ public class LanguageManager {
* @param contentType content type of the file
* @param project C/C++ workspace project
* @return CDT language object
* @since 5.4
* @noreference This method is not intended to be referenced by clients.
* Method will be made public in next CDT version.
*/
public ILanguage getLanguage(IContentType contentType, IProject project) {
return getLanguage(contentType, project, null);
@ -657,7 +658,8 @@ public class LanguageManager {
* @param project C/C++ workspace project
* @param configurationDescription build configuration or <code>null</code>
* @return CDT language object
* @since 5.4
* @noreference This method is not intended to be referenced by clients.
* Method will be made public in next CDT version.
*/
public ILanguage getLanguage(IContentType contentType,
IProject project, ICConfigurationDescription configurationDescription) {