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

Comparing jsr166/src/extra166y/ParallelArray.java (file contents):
Revision 1.16 by jsr166, Mon Jul 22 18:26:34 2013 UTC vs.
Revision 1.17 by jsr166, Mon Nov 4 00:00:39 2013 UTC

# Line 1352 | Line 1352 | public class ParallelArray<T> extends Ab
1352              return a;
1353          }
1354  
1355 <        public <V> V[] toArray(V a[]) {
1355 >        public <V> V[] toArray(V[] a) {
1356              int len = fence;
1357              if (a.length < len) {
1358                  Class elementType = a.getClass().getComponentType();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines