admin@glassfish.java.net

CODE REVIEW: IntEntry.java (trivial)

From: Lloyd L Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Thu, 17 May 2007 10:10:57 -0700

Timeout: 2pm 5/17

Index: src/java/com/sun/enterprise/util/collection/IntEntry.java
===================================================================
RCS file: /cvs/glassfish/appserv-commons/src/java/com/sun/enterprise/
util/collection/IntEntry.java,v
retrieving revision 1.5
diff -r1.5 IntEntry.java
64c64
< return (int)key ^ (int)(key>>32);
---
 >         return key;