[infinispan-issues] [JBoss JIRA] (ISPN-3417) Typo in EquivalentConcurrentHashMapV8
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Aug 26 08:57:26 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-3417:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2024
> Typo in EquivalentConcurrentHashMapV8
> -------------------------------------
>
> Key: ISPN-3417
> URL: https://issues.jboss.org/browse/ISPN-3417
> Project: Infinispan
> Issue Type: Bug
> Reporter: Galder Zamarreño
> Assignee: Mircea Markus
> Priority: Minor
> Fix For: 6.0.0.Beta1, 6.0.0.Final
>
>
> Instead of:
> {code}else if ((s | WAITER) = 0){code}
> Should be:
> {code}else if ((s & WAITER) = 0){code}
> See discussion thread.
--
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
More information about the infinispan-issues
mailing list