Remove redundant semicolon in MetricWriter (#412)
This commit is contained in:
parent
a5e95b7b24
commit
47148acc1e
|
|
@ -346,7 +346,6 @@ public class MetricWriter {
|
|||
outMetricBuf = new BufferedOutputStream(outMetric);
|
||||
curMetricFile = new File(fileName);
|
||||
String idxFile = formIndexFileName(fileName);
|
||||
;
|
||||
curMetricIndexFile = new File(idxFile);
|
||||
outIndex = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(idxFile, append)));
|
||||
RecordLog.info("[MetricWriter] New metric file created: " + fileName);
|
||||
|
|
|
|||
Loading…
Reference in New Issue