Skip to content

Commit 980ba2b

Browse files
committed
Reduced progress bar size
1 parent c9d155d commit 980ba2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/radarcns/hdfs/RestructureAvroRecords.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public void start(String directoryName) throws IOException {
204204

205205
logger.info("Converting {} files", toProcessFileCount);
206206

207-
ProgressBar progressBar = new ProgressBar(toProcessFileCount, 80);
207+
ProgressBar progressBar = new ProgressBar(toProcessFileCount, 70);
208208
progressBar.update(0);
209209

210210
// Actually process the files

0 commit comments

Comments
 (0)