Skip to content

Commit

Permalink
Fixed entity progress logger to call init.
Browse files Browse the repository at this point in the history
The entity progress logger wasn't calling the sink initialize method.
  • Loading branch information
rhansen authored and brettch committed Jan 15, 2012
1 parent 41baea9 commit dc6a0b2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -49,6 +49,7 @@ public EntityProgressLogger(int interval, String label) {
*/ */
public void initialize(Map<String, Object> metaData) { public void initialize(Map<String, Object> metaData) {
progressTracker.initialize(); progressTracker.initialize();
sink.initialize(metaData);
} }




Expand Down

0 comments on commit dc6a0b2

Please sign in to comment.