1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2013-01-18 11:55:33 -08:00
parent 46598455db
commit aa8cd5bb09

View file

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