Skip to content

Commit

Permalink
Update AbstractInputPort.java
Browse files Browse the repository at this point in the history
Re-adds accidentally deleted assignment of meta data
  • Loading branch information
ncwoehler committed Oct 30, 2014
1 parent 5a131b1 commit 3bdfd05
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -77,8 +77,7 @@ public void clear(int clearFlags) {

@Override
public void receiveMD(MetaData metaData) {
//Seems to be violated by many core operators, so commenting out
//assert (this.metaData != null);
this.metaData = metaData;
informListenersOfChange(metaData);
}

Expand Down

0 comments on commit 3bdfd05

Please sign in to comment.