ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collections/ReplaceAll.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collections/ReplaceAll.java (file contents):
Revision 1.3 by jsr166, Sat Oct 21 00:44:23 2017 UTC vs.
Revision 1.4 by jsr166, Sun Oct 22 02:59:18 2017 UTC

# Line 33 | Line 33 | public class ReplaceAll {
33      static final int SIZE = 20;
34  
35      public static void main(String[] args) throws Exception {
36 <        List a[] = {new ArrayList(), new LinkedList(), new Vector()};
36 >        List[] a = {new ArrayList(), new LinkedList(), new Vector()};
37  
38          for (int i=0; i<a.length; i++) {
39              List lst = a[i];

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines