[ 
https://issues.apache.org/jira/browse/FLINK-10144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579840#comment-16579840
 ] 

chengjie.wu commented on FLINK-10144:
-------------------------------------

[~Zentol],[~lsy] I have opened a new pull request for this issue. 
[https://github.com/apache/flink/pull/6554], thanks.

 

> No unused import "import akka.actor.ActorRef" in class 
> "org.apache.flink.runtime.messages.TaskManagerMessages"
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-10144
>                 URL: https://issues.apache.org/jira/browse/FLINK-10144
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: dalongliu
>            Assignee: dalongliu
>            Priority: Major
>              Labels: pull-request-available
>
>  
> {code:java}
> package org.apache.flink.runtime.messages
> import java.util.UUID
> import akka.actor.ActorRef
> import org.apache.flink.runtime.accumulators.AccumulatorSnapshot
> import org.apache.flink.runtime.instance.InstanceID
> /**
>  * Miscellaneous actor messages exchanged with the TaskManager.
>  */
> object TaskManagerMessages {
> /...../
> }
> {code}
>  
> The import "akka.actor.ActorRef" in TaskManagerMessages is never used,so we 
> can delete it. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to