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

Comparing jsr166/src/test/jtreg/util/Collections/Ser.java (file contents):
Revision 1.3 by jsr166, Sat Oct 21 00:44:23 2017 UTC vs.
Revision 1.4 by jsr166, Mon Jan 8 03:12:03 2018 UTC

# Line 28 | Line 28
28   *          nCopies and singleton were spec'd to be serializable, but weren't.
29   */
30  
31 < import java.io.*;
32 < import java.util.*;
31 > import java.io.ByteArrayInputStream;
32 > import java.io.ByteArrayOutputStream;
33 > import java.io.ObjectInputStream;
34 > import java.io.ObjectOutputStream;
35 > import java.util.Collections;
36 > import java.util.List;
37 > import java.util.Set;
38  
39   public class Ser {
40      public static void main(String[] args) throws Exception {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines