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.10 by jsr166, Sun Jan 20 04:43:06 2013 UTC vs.
Revision 1.11 by jsr166, Tue Feb 5 17:35:37 2013 UTC

# Line 1037 | Line 1037 | public class ParallelArray<T> extends Ab
1037      public T[] getArray() { return array; }
1038  
1039      /**
1040 <     * Equivalent to {@code asList().toString()}
1040 >     * Equivalent to {@code asList().toString()}.
1041       * @return a string representation
1042       */
1043      public String toString() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines