diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java index b84db415e89..260ec927cbf 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/scanner/FileCodeReaderFactory.java @@ -22,8 +22,7 @@ public class FileCodeReaderFactory extends InternalFileContentProvider { private FileCodeReaderFactory() {} @Override - public InternalFileContent getContentForInclusion(String path, - IMacroDictionary macroDictionary) { + public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) { return (InternalFileContent) FileContent.createForExternalFileLocation(path); } diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java index cfd8ae22a75..ec37876f2cf 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/parser/SavedFilesProvider.java @@ -25,8 +25,7 @@ public class SavedFilesProvider extends InternalFileContentProvider { } @Override - public InternalFileContent getContentForInclusion(String path, - IMacroDictionary macroDictionary) { + public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) { if (!getInclusionExists(path)) return null;