1
0
Fork 0
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:
Sergey Prigogin 2016-12-28 19:46:24 -08:00
parent 5003622cbf
commit 63d3ab9cbe
2 changed files with 2 additions and 4 deletions

View file

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

View file

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