seojangho opened a new pull request #33: [NEMO-111] Remove ExecutionProperty.Key URL: https://github.com/apache/incubator-nemo/pull/33 JIRA: [NEMO-111: Remove enum ExecutionProperty.Key](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-111) **Major changes:** - Replaced enum ExecutionProperty.Key with Class<? extends ExecutionProperty> **Minor changes to note:** - Removed unnecessary casting for accessing ExecutionProperty value. - Renamed IREdge#getProperty to IREdge#getPropertyValue - Renamed IRVertex#getProperty to IRVertex#getPropertyValue - Renamed RuntimeEdge#getProperty to RuntimeEdge#getPropertyValue resolves [NEMO-111](https://issues.apache.org/jira/projects/NEMO/issues/NEMO-111)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
