ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/extra166y/ParallelArrayWithMapping.java
(Generate patch)

Comparing jsr166/src/extra166y/ParallelArrayWithMapping.java (file contents):
Revision 1.1 by dl, Tue Jan 6 14:30:58 2009 UTC vs.
Revision 1.2 by jsr166, Fri Oct 22 05:18:30 2010 UTC

# Line 51 | Line 51 | public abstract class ParallelArrayWithM
51       */
52      public U any() {
53          int i = anyIndex();
54 <        return (i < 0)? null : (U)oget(i);
54 >        return (i < 0) ? null : (U)oget(i);
55      }
56  
57      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines