mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 04:15:35 +02:00
Cosmetics
Change-Id: I098a9c0187c09a203d009a44d73338fdb6308568
This commit is contained in:
parent
5003622cbf
commit
63d3ab9cbe
2 changed files with 2 additions and 4 deletions
|
@ -22,8 +22,7 @@ public class FileCodeReaderFactory extends InternalFileContentProvider {
|
||||||
private FileCodeReaderFactory() {}
|
private FileCodeReaderFactory() {}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public InternalFileContent getContentForInclusion(String path,
|
public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) {
|
||||||
IMacroDictionary macroDictionary) {
|
|
||||||
return (InternalFileContent) FileContent.createForExternalFileLocation(path);
|
return (InternalFileContent) FileContent.createForExternalFileLocation(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,7 @@ public class SavedFilesProvider extends InternalFileContentProvider {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public InternalFileContent getContentForInclusion(String path,
|
public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) {
|
||||||
IMacroDictionary macroDictionary) {
|
|
||||||
if (!getInclusionExists(path))
|
if (!getInclusionExists(path))
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue