logger.log(Level.WARNING, "Received file chunk for ID {0} without file, this should not happen!", chunk.getContainerId());
} else {
container.addChunk(chunk);
}
}
public List<SyncableInfo> listSyncables(final Set<Class<Syncable>> types) throws FrameworkException {