Skip to content

Commit

Permalink
Call finishProcessingEntityDocuments() when finishing
Browse files Browse the repository at this point in the history
This fixes a bug that prevented the respective EntityDocumentProcessor
method to be called, e.g., in DumpProcessingExample.
  • Loading branch information
mkroetzsch committed Apr 11, 2014
1 parent 0d214bb commit ef18d37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public void processPropertyRevision(MwRevision mwRevision) {

@Override
public void finishRevisionProcessing() {
// Nothing to do
this.entityDocumentProcessor.finishProcessingEntityDocuments();
}

}

0 comments on commit ef18d37

Please sign in to comment.