Issue #1869 fix plot updates, broken by earlier commit.

Former-commit-id: a9240b60e4643b43880d2be76580dc85999eb897
This commit is contained in:
Ben Steffensmeier 2013-05-29 14:56:27 -05:00
parent 148b20f57c
commit cbc3b0a9a4

View file

@ -292,6 +292,8 @@ public abstract class AbstractRequestableResourceData extends
}
}
this.fireChangeListeners(ChangeType.DATA_UPDATE, updateData);
} else {
this.fireChangeListeners(ChangeType.DATA_UPDATE, updateData);
}
}