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

Renato Javier MarroquĂ­n Mogrovejo commented on AVRO-1333:
---------------------------------------------------------

So is this resolved? I'd like to chip in wherever is possible (:
                
> compare strings with .equals
> ----------------------------
>
>                 Key: AVRO-1333
>                 URL: https://issues.apache.org/jira/browse/AVRO-1333
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.7.4
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: 1333.txt
>
>
> -      this.spanStorageDir == other.spanStorageDir);
> +      this.spanStorageDir.equals(other.spanStorageDir));

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to