mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 18:26:01 +02:00
Cosmetics.
This commit is contained in:
parent
46598455db
commit
aa8cd5bb09
1 changed files with 1 additions and 1 deletions
|
@ -141,6 +141,6 @@ public abstract class FileContent {
|
|||
CharArray chars = new CharArray(reader.buffer);
|
||||
String filePath = reader.getPath();
|
||||
File file = new File(filePath);
|
||||
return new InternalFileContent(filePath, chars, file.lastModified(), file.length(), fileReadTime);
|
||||
return new InternalFileContent(filePath, chars, file.lastModified(), file.length(), fileReadTime);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue