1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-08 09:53:19 +00:00

Initialising blobs in candidate snapshots.

This commit is contained in:
Winston Li 2014-12-04 18:36:01 +00:00
parent 794a0e29e6
commit 358abb4503

View file

@ -26,6 +26,7 @@ public class BlobNode extends FileNode {
public BlobNode(RepositoryFile repositoryFile, Map<String, FileNode> fileNodeTable, File projectAttDirectory) throws IOException, FailedConnectionException {
this(repositoryFile, fileNodeTable);
blob = new RawFileBlob(repositoryFile);
writeChanged(projectAttDirectory);
}