mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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() {}
|
||||
|
||||
@Override
|
||||
public InternalFileContent getContentForInclusion(String path,
|
||||
IMacroDictionary macroDictionary) {
|
||||
public InternalFileContent getContentForInclusion(String path, IMacroDictionary macroDictionary) {
|
||||
return (InternalFileContent) FileContent.createForExternalFileLocation(path);
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue