Formatting.

This commit is contained in:
Brian O'Neill 2013-05-01 15:17:15 -04:00
parent bf01399a2a
commit b8c8ed8d68
1 changed files with 33 additions and 35 deletions

View File

@ -33,7 +33,6 @@ public class CassandraDataSegmentPusher implements DataSegmentPusher
private String keyspace = null;
private String table = null;
public CassandraDataSegmentPusher(
CassandraDataSegmentPusherConfig config,
ObjectMapper jsonMapper)
@ -79,7 +78,6 @@ public class CassandraDataSegmentPusher implements DataSegmentPusher
)
.withBinaryVersion(IndexIO.getVersionFromDir(indexFilesDir));
log.info("Deleting zipped index File[%s]", compressedIndexFile);
compressedIndexFile.delete();
log.info("Deleting descriptor file[%s]", descriptorFile);