wonook commented on a change in pull request #73: [Nemo-62] Support Multiple 
Jobs Submission in a Single User Program
URL: https://github.com/apache/incubator-nemo/pull/73#discussion_r202262425
 
 

 ##########
 File path: 
runtime/common/src/main/java/edu/snu/nemo/runtime/common/metric/StateTransitionEvent.java
 ##########
 @@ -15,11 +15,13 @@
  */
 package edu.snu.nemo.runtime.common.metric;
 
+import java.io.Serializable;
+
 /**
  * Event of state transition. It contains timestamp and the state transition.
  * @param <T> class of state for the metric.
  */
-public final class StateTransitionEvent<T> extends Event {
+public final class StateTransitionEvent<T extends Serializable> extends Event {
 
 Review comment:
   It's to remove the SonarQube warning that was showing on my PR

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to