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

ASF GitHub Bot commented on TAJO-2017:
--------------------------------------

Github user jinossy commented on the pull request:

    https://github.com/apache/tajo/pull/907#issuecomment-184073041
  
    +1 LGTM


> Replace manual array copy with Collection
> -----------------------------------------
>
>                 Key: TAJO-2017
>                 URL: https://issues.apache.org/jira/browse/TAJO-2017
>             Project: Tajo
>          Issue Type: Task
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>            Priority: Trivial
>              Labels: newbie
>
> Copying of array contents to a collection where each element is added 
> individually using a for loop. Such constructs may be replaced by a call to 
> Collection.addAll(Arrays.asList()) or Collections.addAll().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to